diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-26 20:48:09 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-26 20:48:09 +0200 |
commit | 18deb1e4b0ea5b709a854966166077faa537ebef (patch) | |
tree | cf1d0516b47f368666a31f2428ca694c807e395b /util/src/entities/index.ts | |
parent | :bug: fix unit tests (diff) | |
download | server-18deb1e4b0ea5b709a854966166077faa537ebef.tar.xz |
:sparkles: use RelationId
Diffstat (limited to '')
-rw-r--r-- | util/src/entities/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/entities/index.ts b/util/src/entities/index.ts index 9cb10016..b9e361c1 100644 --- a/util/src/entities/index.ts +++ b/util/src/entities/index.ts @@ -3,6 +3,7 @@ export * from "./AuditLog"; export * from "./Ban"; export * from "./BaseClass"; export * from "./Channel"; +export * from "./Config"; export * from "./ConnectedAccount"; export * from "./Emoji"; export * from "./Guild"; |