mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore: update exchange type definitions
This commit is contained in:
parent
5868a8775b
commit
680a92579e
|
@ -12,6 +12,9 @@ export interface Exchange {
|
|||
comment: string;
|
||||
dex?: boolean;
|
||||
trade_modes: TradeMode[];
|
||||
is_alias?: boolean;
|
||||
alias_for?: string | null;
|
||||
classname?: string;
|
||||
}
|
||||
|
||||
export interface ExchangeListResult {
|
||||
|
|
Loading…
Reference in New Issue
Block a user