UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 220 B
import { OperationalError } from 'n8n-workflow'; export declare class DuplicateExecutionError extends OperationalError { readonly deduplicationKey: string; constructor(deduplicationKey: string, cause?: Error); }