Skip to content

Commit fc4d9ed

Browse files
committed
chore(aci): fix missing export
1 parent cb14c39 commit fc4d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/types/workflowEngine/actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export interface Action {
44
type: ActionType;
55
}
66

7-
enum ActionType {
7+
export enum ActionType {
88
SLACK = 'slack',
99
MSTEAMS = 'msteams',
1010
DISCORD = 'discord',

0 commit comments

Comments
 (0)