2024-03-18 16:09:19 +01:00
|
|
|
// Do not edit this file manually
|
2024-07-16 15:11:48 +02:00
|
|
|
import { parseBlockSchema } from '@typebot.io/forge'
|
2024-03-18 16:09:19 +01:00
|
|
|
import { calComBlock } from '.'
|
|
|
|
|
|
|
|
export const calComBlockSchema = parseBlockSchema(calComBlock)
|