mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Add types for base/quote currency in trades interface
This commit is contained in:
parent
06ba81c681
commit
b76b912074
|
@ -31,6 +31,8 @@ export interface Trade {
|
|||
botName: string;
|
||||
trade_id: number;
|
||||
pair: string;
|
||||
base_currency?: string;
|
||||
quote_currency?: string;
|
||||
is_open: boolean;
|
||||
amount: number;
|
||||
amount_requested?: number;
|
||||
|
|
Loading…
Reference in New Issue
Block a user