diff --git a/packages/types/src/ui/stores/automations.ts b/packages/types/src/ui/stores/automations.ts index 81e669ba4a..60275a0f4d 100644 --- a/packages/types/src/ui/stores/automations.ts +++ b/packages/types/src/ui/stores/automations.ts @@ -3,3 +3,9 @@ export interface BranchPath { branchIdx: number branchStepId: string } + +export interface BlockDefinitions { + TRIGGER: Record + CREATABLE_TRIGGER: Record + ACTION: Record +}