mirror of https://github.com/ghostfolio/ghostfolio
4 changed files with 21 additions and 14 deletions
@ -1,9 +1,11 @@ |
|||
import { PortfolioReportRule } from '../portfolio-report-rule.interface'; |
|||
|
|||
export interface PortfolioReportResponse { |
|||
'x-ray': { |
|||
rules: { [group: string]: PortfolioReportRule[] }; |
|||
statistics: { |
|||
rulesActiveCount: number; |
|||
rulesFulfilledCount: number; |
|||
}; |
|||
}; |
|||
} |
|||
|
Loading…
Reference in new issue