UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

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