|
@ -1,7 +1,7 @@ |
|
|
import { PortfolioReportRule } from '../portfolio-report-rule.interface'; |
|
|
import { PortfolioReportRule } from '../portfolio-report-rule.interface'; |
|
|
|
|
|
|
|
|
export interface PortfolioReportResponse { |
|
|
export interface PortfolioReportResponse { |
|
|
'x-ray': { |
|
|
xRay: { |
|
|
rules: { [group: string]: PortfolioReportRule[] }; |
|
|
rules: { [group: string]: PortfolioReportRule[] }; |
|
|
statistics: { |
|
|
statistics: { |
|
|
rulesActiveCount: number; |
|
|
rulesActiveCount: number; |
|
|