UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

8 lines (7 loc) 241 B
import { BaseCommand } from '../base-command'; export declare class ClearLicenseCommand extends BaseCommand { static description: string; static examples: string[]; run(): Promise<void>; catch(error: Error): Promise<void>; }