UNPKG

tplus-api

Version:

tplus api invoke

11 lines (10 loc) 316 B
export default class ClientInfo { osRelease: string; networkStatus: string; manufacturer: string; model: string; constructor(osRelease: any, networkStatus: any, manufacturer: any, model: any); static getClientInfo(deviceInfo: any): ClientInfo; cache(): void; static restore(): any; }