7 lines
290 B
TypeScript
7 lines
290 B
TypeScript
![]() |
// Do not edit this file manually
|
||
|
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
||
|
import { chatNodeBlock } from '.'
|
||
|
|
||
|
export const chatNodeBlockSchema = parseBlockSchema(chatNodeBlock)
|
||
|
export const chatNodeCredentialsSchema = parseBlockCredentials(chatNodeBlock)
|