UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

7 lines 484 B
import { Command } from 'commander'; export declare function validateOutputFormat(value: string): 'table' | 'json'; export declare function validateDateTimeFormat(value: string): string; export declare function validateWatchType(value: string): 'live' | 'vod'; export declare function validateSameMonth(startDate: string, endDate: string): void; export declare function registerStatisticsExportCommands(program: Command): void; //# sourceMappingURL=statistics.commands.export.d.ts.map