@@ -1,4 +1,5 @@
|
||||
// Do not edit this file manually
|
||||
import { mistral } from '@typebot.io/mistral-block'
|
||||
import { qrCode } from '@typebot.io/qrcode-block'
|
||||
import { chatNode } from '@typebot.io/chat-node-block'
|
||||
import { calCom } from '@typebot.io/cal-com-block'
|
||||
@@ -18,6 +19,7 @@ export const forgedBlocks = [
|
||||
calCom,
|
||||
chatNode,
|
||||
qrCode,
|
||||
mistral,
|
||||
] as BlockDefinition<(typeof enabledBlocks)[number], any, any>[]
|
||||
|
||||
export type ForgedBlockDefinition = (typeof forgedBlocks)[number]
|
||||
|
||||
Reference in New Issue
Block a user