UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 227 B
import { OperationalError } from 'n8n-workflow'; export declare class QuickConnectError extends OperationalError { readonly credentialType: string; constructor(message: string, credentialType: string, cause?: Error); }