Chocobozzz/PeerTube

View on GitHub
packages/models/src/search/boolean-both-query.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type BooleanBothQuery = 'true' | 'false' | 'both'
export type BooleanQuery = 'true' | 'false'