PeerTube_original/shared/models/search/nsfw-query.model.ts
2018-07-24 14:04:05 +02:00

2 lines
50 B
TypeScript

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