]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-constant.model.ts
add ng-select for templatable select options
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-constant.model.ts
index 342a7c0cf641d65f7711db0dffce7413ba364c34..353a2953548a0416228d697e07229b53b33217b2 100644 (file)
@@ -1,4 +1,5 @@
 export interface VideoConstant<T> {
   id: T
   label: string
+  description?: string
 }