UNPKG

n8n

Version:

n8n Workflow Automation Tool

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