diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/videos/video-constant.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video-constant.model.ts b/shared/models/videos/video-constant.model.ts index 342a7c0cf..353a29535 100644 --- a/shared/models/videos/video-constant.model.ts +++ b/shared/models/videos/video-constant.model.ts | |||
@@ -1,4 +1,5 @@ | |||
1 | export interface VideoConstant<T> { | 1 | export interface VideoConstant<T> { |
2 | id: T | 2 | id: T |
3 | label: string | 3 | label: string |
4 | description?: string | ||
4 | } | 5 | } |