1 2 3 4 5 6 7
export const enum VideoPrivacy { PUBLIC = 1, UNLISTED = 2, PRIVATE = 3, INTERNAL = 4, PASSWORD_PROTECTED = 5 }