2
0
Files
bot/packages/schemas/features/blocks/bubbles/image/constants.ts

8 lines
182 B
TypeScript
Raw Normal View History

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