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

3 lines
101 B
TypeScript

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