summary refs log tree commit diff
path: root/src/util/schemas/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-28 16:39:05 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-28 16:39:05 +1000
commit7818e8dd3cff1cba078acd52cda4f852d6422a92 (patch)
treedb2a5e91a0505e91be49ba5825919051326108d6 /src/util/schemas/index.ts
parentUse PrimaryIdColumn instead of PrimaryColumn in Invite and Category (diff)
downloadserver-7818e8dd3cff1cba078acd52cda4f852d6422a92.tar.xz
Missed some schemas
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r--src/util/schemas/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts
index ae80de71..ba9e71e4 100644
--- a/src/util/schemas/index.ts
+++ b/src/util/schemas/index.ts
@@ -39,3 +39,7 @@ export * from "./VoiceVideoSchema";
 export * from "./IdentifySchema";
 export * from "./ActivitySchema";
 export * from "./LazyRequestSchema";
+export * from "./GuildUpdateSchema";
+export * from "./ChannelPermissionOverwriteSchema";
+export * from "./UserGuildSettingsSchema";
+export * from "./GatewayPayloadSchema"
\ No newline at end of file