UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 146 B
import type { AgentJsonConfig } from '@n8n/api-types'; export declare function getAgentConfigHash(config: AgentJsonConfig | null): string | null;