2 lines
50 B
TypeScript
2 lines
50 B
TypeScript
export type NSFWQuery = 'true' | 'false' | 'both'
|
export type NSFWQuery = 'true' | 'false' | 'both'
|