Browse Source

Refactoring

pull/5158/head
Thomas Kaul 1 month ago
parent
commit
1bdd56d2d3
  1. 2
      libs/common/src/lib/interfaces/portfolio-report-rule.interface.ts

2
libs/common/src/lib/interfaces/portfolio-report-rule.interface.ts

@ -1,5 +1,5 @@
export interface PortfolioReportRule {
categoryName?: string;
categoryName: string;
configuration?: {
threshold?: {
max: number;

Loading…
Cancel
Save