UNPKG

yimultiscreenserver-sdk-web

Version:

YiMultiScreenServer SDK for Web

14 lines 420 B
import { ControllerDeviceType } from "../device/ControllerDeviceType"; import { AccountVO } from "./AccountVO"; export declare class LoginUserVO { userId: number; accessToken: string; account: AccountVO; controllerDeviceType: ControllerDeviceType; guid: string; loginTime: number; constructor(); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=LoginUserVO.d.ts.map