2
0
Files
bot/packages/schemas/features/blocks/inputs/index.ts
Baptiste Arnaud 35300eaf34 ♻️ Introduce typebot v6 with events (#1013)
Closes #885
2023-11-08 15:34:16 +01:00

13 lines
297 B
TypeScript

export * from './choice'
export * from './date'
export * from './email'
export * from './file'
export * from './number'
export * from './payment'
export * from './phone'
export * from './rating'
export * from './text'
export * from './url'
export * from './pictureChoice'
export * from './schema'