UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 220 B
import { UserError } from 'n8n-workflow'; export declare class WebhookResponseTooLargeError extends UserError { constructor(message: string, options: { description: string; cause?: unknown; }); }