UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

6 lines (5 loc) 178 B
import { BaseCommand } from '../base-command'; export declare class ClearLicenseCommand extends BaseCommand { run(): Promise<void>; catch(error: Error): Promise<void>; }