8 lines
302 B
TypeScript
8 lines
302 B
TypeScript
![]() |
// Do not edit this file manually
|
||
|
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
||
|
import { zemanticAiBlock } from '.'
|
||
|
|
||
|
export const zemanticAiBlockSchema = parseBlockSchema(zemanticAiBlock)
|
||
|
export const zemanticAiCredentialsSchema =
|
||
|
parseBlockCredentials(zemanticAiBlock)
|