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

6 lines
152 B
TypeScript
Raw Normal View History

import { EmbedBubbleBlock } from './schema'
export const defaultEmbedBubbleContent = {
height: 400,
} as const satisfies EmbedBubbleBlock['content']