UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 120 B
import type { Agent } from '../entities/agent.entity'; export declare function markAgentDraftDirty(agent: Agent): void;