export interface Currency { id: number; symbol: string; name: string; decimals: number; mainCurrencyId?: number; mainCurrency?: Currency; test: boolean; } //# sourceMappingURL=currency.d.ts.map