We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77034b commit 491e9fcCopy full SHA for 491e9fc
static/app/types/workflowEngine/automations.tsx
@@ -1,6 +1,6 @@
1
import type {DataConditionGroup} from 'sentry/types/workflowEngine/dataConditions';
2
3
-interface NewAutomation {
+export interface NewAutomation {
4
actionFilters: DataConditionGroup[];
5
detectorIds: string[];
6
name: string;
0 commit comments