1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/shared/models/search/nsfw-query.model.ts
2018-07-24 14:04:05 +02:00

1 line
50 B
TypeScript

export type NSFWQuery = 'true' | 'false' | 'both'