mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 12:05:16 +00:00
chore: improved types
This commit is contained in:
parent
350bd6d0ae
commit
303bb8b67a
|
@ -5,7 +5,6 @@ export interface DownloadDataPayload {
|
||||||
exchange?: string;
|
exchange?: string;
|
||||||
trading_mode?: TradingMode;
|
trading_mode?: TradingMode;
|
||||||
margin_mode?: MarginMode;
|
margin_mode?: MarginMode;
|
||||||
stake_currency: string;
|
|
||||||
timeframes: string[];
|
timeframes: string[];
|
||||||
timerange?: string;
|
timerange?: string;
|
||||||
days?: number;
|
days?: number;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user