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