UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 247 B
import { UserError } from 'n8n-workflow'; import type { LICENSE_FEATURES } from '../constants'; export declare class FeatureNotLicensedError extends UserError { constructor(feature: (typeof LICENSE_FEATURES)[keyof typeof LICENSE_FEATURES]); }