UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 187 B
import { UnexpectedError } from 'n8n-workflow'; export declare class CredentialMissingIdError extends UnexpectedError { constructor(credentialName: string, credentialType: string); }