]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/nsfw-policy.type.ts
Add alert and hide upload view when no upload is possible (#2966)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / nsfw-policy.type.ts
1 export type NSFWPolicyType = 'do_not_list' | 'blur' | 'display'