PeerTube/shared/models/videos/nsfw-policy.type.ts

2 lines
64 B
TypeScript

export type NSFWPolicyType = 'do_not_list' | 'blur' | 'display'