Skip to content

Commit 491e9fc

Browse files
committed
chore(types): add readonly DataCondition type
1 parent f77034b commit 491e9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/types/workflowEngine/automations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {DataConditionGroup} from 'sentry/types/workflowEngine/dataConditions';
22

3-
interface NewAutomation {
3+
export interface NewAutomation {
44
actionFilters: DataConditionGroup[];
55
detectorIds: string[];
66
name: string;

0 commit comments

Comments
 (0)