aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-10 22:15:25 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-10 22:15:25 +0200
commit69818c9394366b954b6ba3bd697bd9d2b09f2a16 (patch)
treead199a18ec3c322460d6f9523fc383ee562554e0 /shared/models/index.ts
parent4d4e5cd4dca78480ec7f40e747f424cd107376a4 (diff)
downloadPeerTube-69818c9394366b954b6ba3bd697bd9d2b09f2a16.tar.gz
PeerTube-69818c9394366b954b6ba3bd697bd9d2b09f2a16.tar.zst
PeerTube-69818c9394366b954b6ba3bd697bd9d2b09f2a16.zip
Type functions
Diffstat (limited to 'shared/models/index.ts')
-rw-r--r--shared/models/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/models/index.ts b/shared/models/index.ts
new file mode 100644
index 000000000..b498d620a
--- /dev/null
+++ b/shared/models/index.ts
@@ -0,0 +1,5 @@
1export * from './pod.model'
2export * from './user.model'
3export * from './video-abuse.model'
4export * from './video-blacklist.model'
5export * from './video.model'