UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 193 B
import { UserError } from 'n8n-workflow'; type ReasonId = 'python' | 'venv'; export declare class MissingRequirementsError extends UserError { constructor(reasonId: ReasonId); } export {};