]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
0883b324 1export type NSFWPolicyType = 'do_not_list' | 'blur' | 'display'