@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
10 lines (9 loc) • 358 B
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaEmailNotificationFormat extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static html: KalturaEmailNotificationFormat;
static text: KalturaEmailNotificationFormat;
}