1
0
Fork 0
peertube/shared/models/search/boolean-both-query.model.ts
2021-05-05 12:10:00 +02:00

2 lines
101 B
TypeScript

export type BooleanBothQuery = 'true' | 'false' | 'both'
export type BooleanQuery = 'true' | 'false'