15
packages/forge/repository/constants.ts
Normal file
15
packages/forge/repository/constants.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { ForgedBlock } from './types'
|
||||
|
||||
export const forgedBlockIds = [
|
||||
'openai',
|
||||
'zemantic-ai',
|
||||
'cal-com',
|
||||
'chat-node',
|
||||
'qr-code',
|
||||
'dify-ai',
|
||||
'mistral',
|
||||
'elevenlabs',
|
||||
'anthropic',
|
||||
'together-ai',
|
||||
'open-router',
|
||||
] as const satisfies ForgedBlock['type'][]
|
Reference in New Issue
Block a user