polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
5 lines • 314 B
TypeScript
import { Command } from 'commander';
export declare function validateOutputFormat(value: string): 'table' | 'json';
export declare function validateListType(value: string): 'playback' | 'vod';
export declare function registerPlaybackCommands(program: Command): void;
//# sourceMappingURL=playback.commands.d.ts.map