UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 178 B
type AgentResourceIdPrefix = 'skill' | 'tool'; export declare function generateAgentResourceId(prefix: AgentResourceIdPrefix, existingIds?: Iterable<string>): string; export {};