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

3 lines
101 B
TypeScript
Raw Normal View History

export type BooleanBothQuery = 'true' | 'false' | 'both'
2021-05-05 10:10:00 +00:00
export type BooleanQuery = 'true' | 'false'