export interface Currency { code: string; crypto: boolean; minAmount: string; invoiceCurrency: boolean; settlementCurrency: boolean; }