1
0
Fork 0
peertube/shared/models/search/nsfw-query.model.ts

2 lines
50 B
TypeScript
Raw Normal View History

2018-07-20 16:31:49 +00:00
export type NSFWQuery = 'true' | 'false' | 'both'