UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

6 lines (5 loc) 147 B
import { App } from './../../app/index'; export declare abstract class CommandBase { app: App; abstract run(options: any): Promise<any>; }