UNPKG

@kaltura-ng/kaltura-client

Version:
10 lines (9 loc) 351 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaMatchConditionType extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static matchAll: KalturaMatchConditionType; static matchAny: KalturaMatchConditionType; }