export interface CurrencyFields { currency_offset: number; usd_exchange: number; usd_exchange_inverse: number; user_currency: string; }