diff options
Diffstat (limited to 'shared/models/videos/channel-sync/index.ts')
-rw-r--r-- | shared/models/videos/channel-sync/index.ts | 3 |
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 @@ | |||
1 | export * from './video-channel-sync-state.enum' | ||
2 | export * from './video-channel-sync.model' | ||
3 | export * from './video-channel-sync-create.model' | ||