UNPKG

liveperson-functions-cli

Version:
20 lines (19 loc) 530 B
import { Command } from '@oclif/core'; export declare class Domain extends Command { static flags: { help: import("@oclif/core/lib/interfaces").BooleanFlag<void>; }; static description: string; static strict: boolean; static args: { name: string; }[]; static examples: string[]; private addController; /** * Runs the create command and parses the passed functions * @returns {Promise<void>} - create command * @memberof Domain */ run(): Promise<void>; }