UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 292 B
import { Command } from '@oclif/command'; export declare class DbRevertMigrationCommand extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; run(): Promise<void>; }