Type alias Currency

Currency: {
    code: CurrencyCode;
    symbol: string;
}

Type declaration

Generated using TypeDoc