Update backtestmetadata type

This commit is contained in:
Matthias 2023-07-31 20:59:25 +02:00
parent fa8d5643cd
commit a947f94d06

View File

@ -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;
}