We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f03a2 commit c8c3eadCopy full SHA for c8c3ead
src/sentry/static/sentry/app/views/settings/incidentRules/types.tsx
@@ -17,6 +17,10 @@ export type UnsavedTrigger = {
17
// UnsavedTrigger can be apart of an Unsaved Alert Rule that does not have an id yet
18
alertRuleId?: string;
19
label: string;
20
+ thresholdType: AlertRuleThresholdType;
21
+ alertThreshold: number;
22
+ resolveThreshold: number | '';
23
+ actions: Action[];
24
};
25
26
export type ThresholdControlValue = {
0 commit comments