UNPKG

n8n

Version:

n8n Workflow Automation Tool

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