export interface ISampleBalanceSchema { total: string; available: string; currencySymbol: string; }