export interface IGateSymbolSchema { currency: string; delisted: boolean; withdraw_disabled: boolean; withdraw_delayed: boolean; deposit_disabled: boolean; trade_disabled: boolean; }