6
packages/forge/blocks/anthropic/schemas.ts
Normal file
6
packages/forge/blocks/anthropic/schemas.ts
Normal file
@ -0,0 +1,6 @@
|
||||
// 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)
|
Reference in New Issue
Block a user