UNPKG

yimultiscreenserver-sdk-web-migration

Version:

YiMultiScreenServer SDK for Web

10 lines 289 B
import { CastType } from "../cast/CastType"; export declare class CastSlot { castType: CastType; used: number; max: number; constructor(type: CastType, used: number, max: number); equals(o: any): boolean; toString(): string; } //# sourceMappingURL=CastSlot.d.ts.map