export interface AssetCurrency { 'baseCurrency'?: (string); } export interface AssetCurrency__Output { 'baseCurrency': (string); }