]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-filter.type.ts
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-filter.type.ts
CommitLineData
0aa52e17 1export type VideoFilter = 'local' | 'all-local' | 'all'