chore: improved types

This commit is contained in:
Matthias 2024-11-02 20:04:28 +01:00
parent 350bd6d0ae
commit 303bb8b67a

View File

@ -5,7 +5,6 @@ export interface DownloadDataPayload {
exchange?: string;
trading_mode?: TradingMode;
margin_mode?: MarginMode;
stake_currency: string;
timeframes: string[];
timerange?: string;
days?: number;