aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/channel-sync/video-channel-sync-create.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/channel-sync/video-channel-sync-create.model.ts')
-rw-r--r--shared/models/videos/channel-sync/video-channel-sync-create.model.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/videos/channel-sync/video-channel-sync-create.model.ts b/shared/models/videos/channel-sync/video-channel-sync-create.model.ts
new file mode 100644
index 000000000..753a8ee4c
--- /dev/null
+++ b/shared/models/videos/channel-sync/video-channel-sync-create.model.ts
@@ -0,0 +1,4 @@
1export interface VideoChannelSyncCreate {
2 externalChannelUrl: string
3 videoChannelId: number
4}