]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/nsfw-policy.type.ts
Refactor how we use icons
[github/Chocobozzz/PeerTube.git] / shared / models / videos / nsfw-policy.type.ts
1 export type NSFWPolicyType = 'do_not_list' | 'blur' | 'display'