2
0
Files
bot/packages/schemas/features/blocks/logic/enums.ts
Baptiste Arnaud 7e937e1c7c Add AB test block
Closes #449
2023-04-17 16:47:17 +02:00

11 lines
225 B
TypeScript

export enum LogicBlockType {
SET_VARIABLE = 'Set variable',
CONDITION = 'Condition',
REDIRECT = 'Redirect',
SCRIPT = 'Code',
TYPEBOT_LINK = 'Typebot link',
WAIT = 'Wait',
JUMP = 'Jump',
AB_TEST = 'AB test',
}