1 files changed, 0 insertions, 2 deletions
diff --git a/api/src/index.ts b/api/src/index.ts
index 73b9dbd2..0bba7f5e 100644
--- a/api/src/index.ts
+++ b/api/src/index.ts
@@ -8,8 +8,6 @@ export * from "./schema/Message";
export * from "./util/Constants";
export * from "./util/instanceOf";
export * from "./util/instanceOf";
-export * from "./util/Member";
export * from "./util/RandomInviteID";
export * from "./util/String";
-export * from "./util/User";
export { check as checkPassword } from "./util/passwordStrength";
|