diff options
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r-- | src/util/schemas/index.ts | 4 |
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 |