ghostfolio/libs/helper/src/lib/interfaces/portfolio-report-rule.interface.ts
Thomas c973ffd3ba
Feature/reorganize helper lib (#100)
Reorganize helper lib (Move interfaces and types)
* InfoItem
* PortfolioItem
* PortfolioOverview
* PortfolioPerformance
* Position
* PortfolioPosition
* PortfolioReport
* PortfolioReportRule
* User
* UserSettings
* DateRange
* AdminData
* AccessWithGranteeUser
* OrderWithAccount
* Granularity
* UserWithSettings
* RequestWithUser
2021-05-16 21:20:59 +02:00

6 lines
97 B
TypeScript

export interface PortfolioReportRule {
evaluation: string;
name: string;
value: boolean;
}