UNPKG

@kaltura-ng/kaltura-client

Version:
15 lines (14 loc) 535 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaCuePointType extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static ad: KalturaCuePointType; static annotation: KalturaCuePointType; static code: KalturaCuePointType; static event: KalturaCuePointType; static quizAnswer: KalturaCuePointType; static quizQuestion: KalturaCuePointType; static thumb: KalturaCuePointType; }