aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/channel-sync/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/channel-sync/index.ts')
-rw-r--r--shared/models/videos/channel-sync/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/models/videos/channel-sync/index.ts b/shared/models/videos/channel-sync/index.ts
new file mode 100644
index 000000000..7d25aaac3
--- /dev/null
+++ b/shared/models/videos/channel-sync/index.ts
@@ -0,0 +1,3 @@
1export * from './video-channel-sync-state.enum'
2export * from './video-channel-sync.model'
3export * from './video-channel-sync-create.model'