UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

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