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