polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
5 lines • 303 B
TypeScript
import { Command } from 'commander';
import { OutputFormat } from '../handlers/base.handler';
export declare function validateOutputFormat(value: string): OutputFormat;
export declare function registerWatchConditionCommands(program: Command): void;
//# sourceMappingURL=watch-condition.commands.d.ts.map