UNPKG

@kaltura-ng/kaltura-client

Version:
13 lines (12 loc) 503 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaLiveReportType extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static entryGeoTimeLine: KalturaLiveReportType; static entrySyndicationTotal: KalturaLiveReportType; static entryTimeLine: KalturaLiveReportType; static entryTotal: KalturaLiveReportType; static partnerTotal: KalturaLiveReportType; }