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-19 15:34:52 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-19 15:34:52 +0100
commitf920803002e5cac5c6f18dede4d5802b40cc923d (patch)
tree8bd9b1f07597d9096e6d6e23d6a5d12a56a633a5 /dist/index.d.ts
parent:sparkles: Ban Model (diff)
downloadserver-f920803002e5cac5c6f18dede4d5802b40cc923d.tar.xz
:wrench: build
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/index.d.ts b/dist/index.d.ts
index aae08e02..df0761b1 100644
--- a/dist/index.d.ts
+++ b/dist/index.d.ts
@@ -1,5 +1,6 @@
 export * from "./util/checkToken";
 export * as Constants from "./util/Constants";
+export * from "./models/Ban";
 export * from "./models/Channel";
 export * from "./models/Emoji";
 export * from "./models/Guild";