mirror of https://github.com/ghostfolio/ghostfolio
5 changed files with 14 additions and 15 deletions
@ -1,11 +1,11 @@ |
|||||
export interface PortfolioReportRule { |
export interface PortfolioReportRule { |
||||
|
configuration?: { |
||||
|
thresholdMax: boolean; |
||||
|
thresholdMin: boolean; |
||||
|
}; |
||||
evaluation?: string; |
evaluation?: string; |
||||
isActive: boolean; |
isActive: boolean; |
||||
key: string; |
key: string; |
||||
name: string; |
name: string; |
||||
settings?: { |
|
||||
thresholdMax: boolean; |
|
||||
thresholdMin: boolean; |
|
||||
}; |
|
||||
value?: boolean; |
value?: boolean; |
||||
} |
} |
||||
|
Loading…
Reference in new issue