7 lines
295 B
TypeScript
7 lines
295 B
TypeScript
// Do not edit this file manually
|
|
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
|
import { anthropicBlock } from '.'
|
|
|
|
export const anthropicBlockSchema = parseBlockSchema(anthropicBlock)
|
|
export const anthropicCredentialsSchema = parseBlockCredentials(anthropicBlock)
|