2
0
Files
bot/packages/models/src/index.ts
Baptiste Arnaud e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00

8 lines
189 B
TypeScript

export * from './typebot'
export * from './publicTypebot'
export * from './result'
export * from './answer'
export * from './utils'
export * from './credentials'
export * from './webhooks'