Feature/expose thresholds in rule settings (#3770)
This commit is contained in:
@@ -3,5 +3,9 @@ export interface PortfolioReportRule {
|
||||
isActive: boolean;
|
||||
key: string;
|
||||
name: string;
|
||||
settings?: {
|
||||
thresholdMax?: number;
|
||||
thresholdMin?: number;
|
||||
};
|
||||
value?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user