Interface ReportSetupCurrency

Workspace currency settings used internally by lx.formatCurrency().

  • code — ISO 4217 currency code (e.g. 'EUR', 'USD')
  • symbol — display symbol (e.g. '€', '$')
interface ReportSetupCurrency {
    code: string;
    symbol: string;
}

Properties

Properties

code: string
symbol: string

Generated using TypeDoc