]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/search/nsfw-query.model.ts
Add advanced search in client
[github/Chocobozzz/PeerTube.git] / shared / models / search / nsfw-query.model.ts
1 export type NSFWQuery = 'true' | 'false' | 'both'