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

8 lines
182 B
TypeScript

import { ImageBubbleBlock } from './schema'
export const defaultImageBubbleContent = {
clickLink: {
alt: 'Bubble image',
},
} as const satisfies ImageBubbleBlock['content']