]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - video-constant.model.ts
353a2953548a0416228d697e07229b53b33217b2
[github/Chocobozzz/PeerTube.git] / video-constant.model.ts
1 export interface VideoConstant<T> {
2 id: T
3 label: string
4 description?: string
5 }