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