]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-constant.model.ts
Add ability to filter out public videos from admin
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-constant.model.ts
1 export interface VideoConstant<T> {
2 id: T
3 label: string
4 description?: string
5 }