UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

9 lines 594 B
import { Command } from 'commander'; export declare function registerChannelCommands(program: Command): void; declare function parseInteger(value: string): number; declare function validateScene(value: string): 'topclass' | 'cloudclass' | 'telecast' | 'akt'; declare function validateTemplate(value: string): 'ppt' | 'video'; declare function validateLimit(value: string): number; declare function validateOutputFormat(value: string): 'table' | 'json'; export { parseInteger, validateScene, validateTemplate, validateLimit, validateOutputFormat }; //# sourceMappingURL=channel.commands.d.ts.map