export interface IGateKeySchema { read: boolean; trade: boolean; withdraw: boolean; accountId?: string; } export interface IGateKeyAccountResponseSchema { user_id: number; }