]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - boolean-both-query.model.ts
d6a438249ed696a16f4a4f319695dce1298bb4fa
[github/Chocobozzz/PeerTube.git] / boolean-both-query.model.ts
1 export type BooleanBothQuery = 'true' | 'false' | 'both'
2 export type BooleanQuery = 'true' | 'false'