]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/search/nsfw-query.model.ts
Add alert and hide upload view when no upload is possible (#2966)
[github/Chocobozzz/PeerTube.git] / shared / models / search / nsfw-query.model.ts
1 export type NSFWQuery = 'true' | 'false' | 'both'