kaltura-node-typescript-client
Version:
Kaltura Node Typescript client
15 lines (14 loc) • 474 B
TypeScript
export declare enum KalturaMetadataObjectType {
adCuePoint = "adCuePointMetadata.AdCuePoint",
annotation = "annotationMetadata.Annotation",
answerCuePoint = "quiz.AnswerCuePoint",
category = "2",
codeCuePoint = "codeCuePointMetadata.CodeCuePoint",
dynamicObject = "5",
entry = "1",
partner = "4",
questionCuePoint = "quiz.QuestionCuePoint",
thumbCuePoint = "thumbCuePointMetadata.thumbCuePoint",
user = "3",
userEntry = "6"
}