kaltura-node-typescript-client
Version:
Kaltura Node Typescript client
9 lines (8 loc) • 512 B
TypeScript
import { KalturaObjectMetadata } from '../kaltura-object-base';
import { KalturaEventNotificationTemplate, KalturaEventNotificationTemplateArgs } from './KalturaEventNotificationTemplate';
export interface KalturaBooleanNotificationTemplateArgs extends KalturaEventNotificationTemplateArgs {
}
export declare class KalturaBooleanNotificationTemplate extends KalturaEventNotificationTemplate {
constructor(data?: KalturaBooleanNotificationTemplateArgs);
protected _getMetadata(): KalturaObjectMetadata;
}