1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00
Peertube/shared/models/videos/video-privacy.enum.ts
2017-10-31 11:53:13 +01:00

5 lines
73 B
TypeScript

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