summary refs log tree commit diff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 21:52:06 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 21:52:06 +0100
commit4125b7810d6da218fef6e26ec7cfbd1032c4cbb3 (patch)
tree7a08f3f690ecfb3f807d5aee667b6091e0c8ab5f /dist/index.d.ts
parent:sparkles: Config init takes default opts (diff)
downloadserver-4125b7810d6da218fef6e26ec7cfbd1032c4cbb3.tar.xz
:bug: export MongooseCache
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/index.d.ts b/dist/index.d.ts

index fbab0a62..aae08e02 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts
@@ -22,5 +22,5 @@ export * from "./util/Snowflake"; export * from "./util/UserFlags"; export * from "./models/Event"; import Config, { DefaultOptions } from "./util/Config"; -import db from "./util/Database"; -export { Config, db, DefaultOptions }; +import db, { MongooseCache } from "./util/Database"; +export { Config, db, DefaultOptions, MongooseCache };