diff options
author | AlTech98 <altech123159@gmail.com> | 2021-09-16 21:33:36 +0200 |
---|---|---|
committer | AlTech98 <altech123159@gmail.com> | 2021-09-16 21:33:36 +0200 |
commit | 4f87fd742f25a25782afb20131200bcff81b50f7 (patch) | |
tree | 9588f6319e6b21eb4415e796a690a57b6e7ecb50 /util/src/index.ts | |
parent | Dummy sticker-packs routes (diff) | |
download | server-4f87fd742f25a25782afb20131200bcff81b50f7.tar.xz |
Implemented DMs and group DMs
Diffstat (limited to 'util/src/index.ts')
-rw-r--r-- | util/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/index.ts b/util/src/index.ts index f3bd9e9b..538bfdd1 100644 --- a/util/src/index.ts +++ b/util/src/index.ts @@ -4,6 +4,8 @@ import "reflect-metadata"; export * from "./util/index"; export * from "./interfaces/index"; export * from "./entities/index"; +export * from "./services/index"; +export * from "./dtos/index"; // import Config from "../util/Config"; // import db, { MongooseCache, toObject } from "./util/Database"; |