]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-constant.model.ts
Add quota used in users list
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-constant.model.ts
1 export interface VideoConstant<T> {
2 id: T
3 label: string
4 }