UNPKG

n8n

Version:

n8n Workflow Automation Tool

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