UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 209 B
import { UserError } from 'n8n-workflow'; export declare class SsrfBlockedIpError extends UserError { readonly ip: string; readonly hostname?: string; constructor(ip: string, hostname?: string); }