17 lines
304 B
TypeScript
17 lines
304 B
TypeScript
// Do not edit this file manually
|
|
import { ForgedBlock } from './types'
|
|
|
|
export const forgedBlockIds = [
|
|
'openai',
|
|
'cal-com',
|
|
'chat-node',
|
|
'qr-code',
|
|
'dify-ai',
|
|
'mistral',
|
|
'elevenlabs',
|
|
'anthropic',
|
|
'together-ai',
|
|
'open-router',
|
|
'nocodb',
|
|
] as const satisfies ForgedBlock['type'][]
|