UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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