UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

5 lines (4 loc) 150 B
import { CommandBase } from "./support/CommandBase"; export declare class PushCommand extends CommandBase { run(options: any): Promise<number>; }