UNPKG

@valexe-technologies/lookup.services

Version:
7 lines (6 loc) 147 B
export declare type Currency = { code: string; symbol: string; name: string; }; export declare const SUPPORTED_CURRENCIES: Currency[];