]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/search/boolean-both-query.model.ts
Postgresql-setup init option for auth-host (#4253)
[github/Chocobozzz/PeerTube.git] / shared / models / search / boolean-both-query.model.ts
index 57b0e8d44e8dc71be892118bc7bfa1d8a3a4f5c8..d6a438249ed696a16f4a4f319695dce1298bb4fa 100644 (file)
@@ -1 +1,2 @@
 export type BooleanBothQuery = 'true' | 'false' | 'both'
+export type BooleanQuery = 'true' | 'false'