UNPKG

yimultiscreenserver-sdk-web-migration

Version:

YiMultiScreenServer SDK for Web

10 lines 313 B
import { AccountVO } from "../account/AccountVO"; import { CastSessionVO } from "./CastSessionVO"; export declare class CastAccountVO { castSessionVO: CastSessionVO; accountVO: AccountVO; constructor(); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=CastAccountVO.d.ts.map