diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-31 17:54:09 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-31 17:54:09 +0200 |
commit | 3d929755fbbfea4aa5119ce2a1bb087269fb69e8 (patch) | |
tree | 0914d47ed52e9a7b156efb01efcd8e3cdc866d24 /util/src/entities/index.ts | |
parent | added first unittests for api endpoints (diff) | |
download | server-3d929755fbbfea4aa5119ce2a1bb087269fb69e8.tar.xz |
:sparkles: delete _ids from entities
Diffstat (limited to 'util/src/entities/index.ts')
-rw-r--r-- | util/src/entities/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/entities/index.ts b/util/src/entities/index.ts index e0246a10..aa37ae2e 100644 --- a/util/src/entities/index.ts +++ b/util/src/entities/index.ts @@ -1,4 +1,5 @@ export * from "./Application"; +export * from "./Attachment"; export * from "./AuditLog"; export * from "./Ban"; export * from "./BaseClass"; @@ -12,6 +13,7 @@ export * from "./Member"; export * from "./Message"; export * from "./RateLimit"; export * from "./ReadState"; +export * from "./Recipient"; export * from "./Relationship"; export * from "./Role"; export * from "./Sticker"; |