Reorganize helper lib (Move interfaces and types) * InfoItem * PortfolioItem * PortfolioOverview * PortfolioPerformance * Position * PortfolioPosition * PortfolioReport * PortfolioReportRule * User * UserSettings * DateRange * AdminData * AccessWithGranteeUser * OrderWithAccount * Granularity * UserWithSettings * RequestWithUser
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export interface PortfolioReportRule {
|
|
evaluation: string;
|
|
name: string;
|
|
value: boolean;
|
|
}
|