aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/channel/video-channel-create-result.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/channel/video-channel-create-result.model.ts')
-rw-r--r--shared/models/videos/channel/video-channel-create-result.model.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared/models/videos/channel/video-channel-create-result.model.ts b/shared/models/videos/channel/video-channel-create-result.model.ts
deleted file mode 100644
index e3d7aeb4c..000000000
--- a/shared/models/videos/channel/video-channel-create-result.model.ts
+++ /dev/null
@@ -1,3 +0,0 @@
1export interface VideoChannelCreateResult {
2 id: number
3}