]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/search/boolean-both-query.model.ts
57b0e8d44e8dc71be892118bc7bfa1d8a3a4f5c8
[github/Chocobozzz/PeerTube.git] / shared / models / search / boolean-both-query.model.ts
1 export type BooleanBothQuery = 'true' | 'false' | 'both'