This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
46cc967651
PeerTube
/
shared
/
models
/
search
/
boolean-both-query.model.ts
3 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add ability to filter my videos by live
2021-05-03 11:06:19 +02:00
export
type
BooleanBothQuery
=
'true'
|
'false'
|
'both'
Add ability to search live videos
2021-05-05 12:10:00 +02:00
export
type
BooleanQuery
=
'true'
|
'false'