bd45d503e
418d092af
1
2 3 4 5
export const enum VideoPlaylistPrivacy { PUBLIC = 1, UNLISTED = 2, PRIVATE = 3 }