mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05: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 {
|
export interface DailyRecord {
|
||||||
/** Date in the format yyyy-mm-dd */
|
/** Date in the format yyyy-mm-dd */
|
||||||
|
[key: string]: string | number;
|
||||||
date: string;
|
date: string;
|
||||||
abs_profit: number;
|
abs_profit: number;
|
||||||
fiat_value: number;
|
fiat_value: number;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user