UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 165 B
import { ApplicationError } from 'n8n-workflow'; export declare class RedactableError extends ApplicationError { constructor(fieldName: string, args: string); }