Add recently added redundancy strategy
[oweals/peertube.git] / shared / models / videos / nsfw-policy.type.ts
1 export type NSFWPolicyType = 'do_not_list' | 'blur' | 'display'