7 lines
280 B
TypeScript
7 lines
280 B
TypeScript
// Do not edit this file manually
|
|
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
|
import { openAIBlock } from '.'
|
|
|
|
export const openAIBlockSchema = parseBlockSchema(openAIBlock)
|
|
export const openAICredentialsSchema = parseBlockCredentials(openAIBlock)
|