Skip to content

Commit c8c3ead

Browse files
committed
Revert "dropme introduce type error"
This reverts commit 72d8e8899d1fb28637aeae478ac8ec18bc23efa3.
1 parent f7f03a2 commit c8c3ead

File tree

1 file changed

+4
-0
lines changed
  • src/sentry/static/sentry/app/views/settings/incidentRules

1 file changed

+4
-0
lines changed

src/sentry/static/sentry/app/views/settings/incidentRules/types.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ export type UnsavedTrigger = {
1717
// UnsavedTrigger can be apart of an Unsaved Alert Rule that does not have an id yet
1818
alertRuleId?: string;
1919
label: string;
20+
thresholdType: AlertRuleThresholdType;
21+
alertThreshold: number;
22+
resolveThreshold: number | '';
23+
actions: Action[];
2024
};
2125

2226
export type ThresholdControlValue = {

0 commit comments

Comments
 (0)