bd45d503e
fd45e8f43
22a73cb87
1
2 3
4 5
6
export const enum VideoPrivacy { PUBLIC = 1, UNLISTED = 2, PRIVATE = 3, INTERNAL = 4 }