mirror of https://github.com/ghostfolio/ghostfolio
7 changed files with 14 additions and 9 deletions
@ -1,7 +1,3 @@ |
|||
export interface PortfolioReport { |
|||
rules: { [group: string]: PortfolioReportRule[] }; |
|||
} |
|||
|
|||
export interface PortfolioReportRule { |
|||
evaluation: string; |
|||
name: string; |
@ -0,0 +1,5 @@ |
|||
import { PortfolioReportRule } from './portfolio-report-rule.interface'; |
|||
|
|||
export interface PortfolioReport { |
|||
rules: { [group: string]: PortfolioReportRule[] }; |
|||
} |
Loading…
Reference in new issue