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