]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-query.type.ts
Add ability to list all local videos
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-query.type.ts
1 export type VideoFilter = 'local' | 'all-local'