moved definitions to types lib
This commit is contained in:
parent
de8c8f5d68
commit
9003be49b3
|
@ -3,3 +3,9 @@ export interface BranchPath {
|
|||
branchIdx: number
|
||||
branchStepId: string
|
||||
}
|
||||
|
||||
export interface BlockDefinitions {
|
||||
TRIGGER: Record<string, any>
|
||||
CREATABLE_TRIGGER: Record<string, any>
|
||||
ACTION: Record<string, any>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue