This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
12edc1495a
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 05:06:19 -04:00
export
type
BooleanBothQuery
=
'true'
|
'false'
|
'both'
Add ability to search live videos
2021-05-05 06:10:00 -04:00
export
type
BooleanQuery
=
'true'
|
'false'
Copy permalink