UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

5 lines (4 loc) 149 B
import { UserError } from 'n8n-workflow'; export declare class SingleWebhookTriggerError extends UserError { constructor(triggerName: string); }