2
0
Files
bot/packages/forge/blocks/openRouter/schemas.ts

8 lines
302 B
TypeScript
Raw Normal View History

// Do not edit this file manually
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
import { openRouterBlock } from '.'
export const openRouterBlockSchema = parseBlockSchema(openRouterBlock)
export const openRouterCredentialsSchema =
parseBlockCredentials(openRouterBlock)