UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

6 lines 442 B
import { Command } from 'commander'; export declare function validateOutputFormat(value: string): 'table' | 'json'; export declare function validateStatus(value: string): 'normal' | 'waitUpload' | 'failUpload' | 'waitConvert' | 'failConvert'; export declare function validateDocType(value: string): 'common' | 'animate'; export declare function registerDocumentCommands(program: Command): void; //# sourceMappingURL=document.commands.d.ts.map