kaltura-node-typescript-client
Version:
Kaltura Node Typescript client
15 lines (14 loc) • 475 B
TypeScript
export declare enum KalturaBaseEntryCloneOptions {
accessControl = "4",
adCuePoints = "adCuePoint.AD_CUE_POINTS",
annotationCuePoints = "annotation.ANNOTATION_CUE_POINTS",
captions = "7",
categories = "2",
childEntries = "3",
codeCuePoints = "codeCuePoint.CODE_CUE_POINTS",
flavors = "6",
metadata = "5",
sessionCuePoints = "sessionCuePoint.SESSION_CUE_POINTS",
thumbCuePoints = "thumbCuePoint.THUMB_CUE_POINTS",
users = "1"
}