2
0
Files
bot/packages/forge/blocks/calCom/schemas.ts

6 lines
183 B
TypeScript
Raw Normal View History

// Do not edit this file manually
import { parseBlockSchema } from '@typebot.io/forge'
import { calComBlock } from '.'
export const calComBlockSchema = parseBlockSchema(calComBlock)