UNPKG

yimultiscreenserver-sdk-web

Version:

YiMultiScreenServer SDK for Web

9 lines 330 B
import { AccountBindDeviceVO } from "../../../vo/account/AccountBindDeviceVO"; export declare class AccountBindDeviceResponse { boundDisplayDevices: AccountBindDeviceVO[]; constructor(); equals(o: any): boolean; toString(): string; private arraysEqual; } //# sourceMappingURL=AccountBindDeviceResponse.d.ts.map