]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/search/boolean-both-query.model.ts
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / shared / models / search / boolean-both-query.model.ts
CommitLineData
1fd61899 1export type BooleanBothQuery = 'true' | 'false' | 'both'
7a22a0a5 2export type BooleanQuery = 'true' | 'false'