Interface ReportSetupCurrency

interface ReportSetupCurrency {
    code: string;
    symbol: string;
}

Properties

Properties

code: string
symbol: string

Generated using TypeDoc