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