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