]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/search/boolean-both-query.model.ts
Refactor search query options
[github/Chocobozzz/PeerTube.git] / shared / models / search / boolean-both-query.model.ts
... / ...
CommitLineData
1export type BooleanBothQuery = 'true' | 'false' | 'both'
2export type BooleanQuery = 'true' | 'false'