chore: update exchange type definitions

This commit is contained in:
Matthias 2024-09-16 06:59:39 +02:00
parent 5868a8775b
commit 680a92579e

View File

@ -12,6 +12,9 @@ export interface Exchange {
comment: string; comment: string;
dex?: boolean; dex?: boolean;
trade_modes: TradeMode[]; trade_modes: TradeMode[];
is_alias?: boolean;
alias_for?: string | null;
classname?: string;
} }
export interface ExchangeListResult { export interface ExchangeListResult {