polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
10 lines • 502 B
TypeScript
import type { AuthConfig } from '../types/auth';
import type { ApiServiceConfig } from '../utils/api-command';
export declare class PartnerServiceSdk {
private readonly authConfig;
private readonly config;
constructor(authConfig: AuthConfig, config: ApiServiceConfig);
registerUser(params: any): Promise<import("polyv-live-api-sdk/dist/services/other.service").RegisterUserResponse>;
createTencentOrder(params: any): Promise<boolean>;
}
//# sourceMappingURL=partner-service.d.ts.map