UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

8 lines 559 B
import { Command } from 'commander'; export declare function validateOutputFormat(value: string): 'table' | 'json'; export declare function validateYN(value: string): 'Y' | 'N'; export declare function validatePlaybackType(value: string): 'single' | 'list'; export declare function validatePlaybackOrigin(value: string): 'record' | 'playback' | 'vod' | 'material'; export declare function validateListType(value: string): 'playback' | 'vod'; export declare function registerRecordCommands(program: Command): void; //# sourceMappingURL=record.commands.d.ts.map