2
0

New QR code block (#1142)

This commit is contained in:
Dinesh Kashikar
2024-01-11 12:39:58 +05:30
committed by GitHub
parent 9b5b277b5b
commit 799c694522
11 changed files with 240 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
// Do not edit this file manually
import { qrCode } from '@typebot.io/qrcode-block'
import { chatNode } from '@typebot.io/chat-node-block'
import { calCom } from '@typebot.io/cal-com-block'
import { zemanticAi } from '@typebot.io/zemantic-ai-block'
@@ -16,6 +17,7 @@ export const forgedBlocks = [
zemanticAi,
calCom,
chatNode,
qrCode,
] as BlockDefinition<(typeof enabledBlocks)[number], any, any>[]
export type ForgedBlockDefinition = (typeof forgedBlocks)[number]