UNPKG

brazil-currencies

Version:
9 lines (8 loc) 206 B
interface Currency { name: string; symbol: string; startDate: Date; endDate: Date | null; } declare const CurrenciesHistory: Array<Currency>; export { Currency, CurrenciesHistory };