UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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); }