aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/account/index.ts')
-rw-r--r--server/models/account/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/models/account/index.ts b/server/models/account/index.ts
new file mode 100644
index 000000000..179f66974
--- /dev/null
+++ b/server/models/account/index.ts
@@ -0,0 +1,4 @@
1export * from './account-interface'
2export * from './account-follow-interface'
3export * from './account-video-rate-interface'
4export * from './user-interface'