UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 194 B
import { type AgentJsonConfig, type AgentSkill } from '@n8n/api-types'; export declare function getMissingSkillIds(config: AgentJsonConfig | null, skills: Record<string, AgentSkill>): string[];