mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Fix indexer error
This commit is contained in:
parent
0ead7aa722
commit
271178f1e2
|
@ -4,6 +4,7 @@ export interface DailyPayload {
|
|||
|
||||
export interface DailyRecord {
|
||||
/** Date in the format yyyy-mm-dd */
|
||||
[key: string]: string | number;
|
||||
date: string;
|
||||
abs_profit: number;
|
||||
fiat_value: number;
|
||||
|
|
Loading…
Reference in New Issue
Block a user