PeerTube/shared/models/search/nsfw-query.model.ts

2 lines
50 B
TypeScript

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