]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
40e87e9e
C
1export interface VideoConstant<T> {
2 id: T
3 label: string
02c01341 4 description?: string
40e87e9e 5}