// Do not edit this file manually
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',
'nocodb',
] as const satisfies ForgedBlock['type'][]