mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Update backtestmetadata type
This commit is contained in:
parent
fa8d5643cd
commit
a947f94d06
|
@ -186,6 +186,7 @@ export interface BacktestMetadata {
|
|||
/** Start time of the backtest run */
|
||||
backtest_run_start_ts: number;
|
||||
run_id: string;
|
||||
filename?: string;
|
||||
notes?: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user