diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-06 22:06:53 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-06 22:06:53 +0200 |
commit | 7d9cc0efbf536bcf9bf596360bd8a12652d85b95 (patch) | |
tree | c94b9cb0f8ec402ad5f1ee80d9889d1e315155dd /src/util | |
parent | :bug: fix Message Model (diff) | |
download | server-7d9cc0efbf536bcf9bf596360bd8a12652d85b95.tar.xz |
:art: remove _id and __v from response
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/index.ts b/src/util/index.ts new file mode 100644 index 00000000..b0c7fe62 --- /dev/null +++ b/src/util/index.ts @@ -0,0 +1,7 @@ +export * from "./String"; +export * from "./BitField"; +export * from "./Intents"; +export * from "./MessageFlags"; +export * from "./Permissions"; +export * from "./Snowflake"; +export * from "./UserFlags"; |