polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
6 lines • 374 B
TypeScript
import { Command } from 'commander';
export declare function validateOutputFormat(value: string): 'table' | 'json';
export declare function parsePositiveInteger(value: string): number;
export declare function validateYn(value: string): 'Y' | 'N';
export declare function registerInteractionCommands(program: Command): void;
//# sourceMappingURL=interaction.commands.d.ts.map