UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 204 B
import { CredentialResolutionError } from './credential-resolution.error'; export declare class MissingExecutionContextError extends CredentialResolutionError { constructor(credentialName: string); }