polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
11 lines • 560 B
TypeScript
import type { AuthConfig } from '../types/auth';
import type { ApiServiceConfig } from '../utils/api-command';
export declare class RobotServiceSdk {
private readonly authConfig;
private readonly config;
constructor(authConfig: AuthConfig, config: ApiServiceConfig);
listRobots(params?: any): Promise<import("polyv-live-api-sdk").ListRobotsResponse>;
batchSaveRobots(params: any): Promise<import("polyv-live-api-sdk").BatchSaveRobotsResponse>;
batchDeleteRobots(params: any): Promise<void>;
}
//# sourceMappingURL=robot-service.d.ts.map