@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
8 lines • 578 B
JavaScript
export var KalturaNotificationObjectType;
(function (KalturaNotificationObjectType) {
KalturaNotificationObjectType[KalturaNotificationObjectType["batchJob"] = 4] = "batchJob";
KalturaNotificationObjectType[KalturaNotificationObjectType["entry"] = 1] = "entry";
KalturaNotificationObjectType[KalturaNotificationObjectType["kshow"] = 2] = "kshow";
KalturaNotificationObjectType[KalturaNotificationObjectType["user"] = 3] = "user";
})(KalturaNotificationObjectType || (KalturaNotificationObjectType = {}));
//# sourceMappingURL=KalturaNotificationObjectType.js.map