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

9 lines
212 B
TypeScript

export * from './script'
export * from './condition'
export * from './enums'
export * from './redirect'
export * from './setVariable'
export * from './typebotLink'
export * from './wait'
export * from './abTest'