summary refs log tree commit diff
path: root/src/util/schemas/responses/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/responses/index.ts')
-rw-r--r--src/util/schemas/responses/index.ts21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/util/schemas/responses/index.ts b/src/util/schemas/responses/index.ts
index 282c4a41..d8b7fd57 100644
--- a/src/util/schemas/responses/index.ts
+++ b/src/util/schemas/responses/index.ts
@@ -1,34 +1,17 @@
 export * from "./APIErrorOrCaptchaResponse";
 export * from "./APIErrorResponse";
-export * from "./ApplicationDetectableResponse";
-export * from "./ApplicationEntitlementsResponse";
-export * from "./ApplicationSkusResponse";
-export * from "./ApplicationsResponse";
 export * from "./BackupCodesChallengeResponse";
 export * from "./CaptchaRequiredResponse";
-export * from "./ChannelInvitesResponse";
-export * from "./ChannelPinsResponse";
-export * from "./ChannelWebhooksResponse";
 export * from "./DiscoverableGuildsResponse";
-export * from "./DiscoveryCategoriesResponse";
 export * from "./GatewayBotResponse";
 export * from "./GatewayResponse";
-export * from "./GeneralConfigurationResponse";
 export * from "./GenerateRegistrationTokensResponse";
 export * from "./GuildBansResponse";
-export * from "./GuildChannelsResponse";
 export * from "./GuildCreateResponse";
 export * from "./GuildDiscoveryRequirements";
-export * from "./GuildEmojisResponse";
-export * from "./GuildInvitesResponse";
-export * from "./GuildMembersResponse";
 export * from "./GuildMessagesSearchResponse";
 export * from "./GuildPruneResponse";
 export * from "./GuildRecommendationsResponse";
-export * from "./GuildResponse";
-export * from "./GuildRolesResponse";
-export * from "./GuildStickersResponse";
-export * from "./GuildTemplatesResponse";
 export * from "./GuildVanityUrl";
 export * from "./GuildVoiceRegionsResponse";
 export * from "./GuildWidgetJsonResponse";
@@ -36,18 +19,16 @@ export * from "./GuildWidgetSettingsResponse";
 export * from "./InstanceDomainsResponse";
 export * from "./InstancePingResponse";
 export * from "./InstanceStatsResponse";
-export * from "./LimitsConfigurationResponse";
 export * from "./LocationMetadataResponse";
 export * from "./MemberJoinGuildResponse";
 export * from "./OAuthAuthorizeResponse";
-export * from "./StickerPacksResponse";
 export * from "./Tenor";
 export * from "./TokenResponse";
+export * from "./TypedResponses";
 export * from "./UpdatesResponse";
 export * from "./UserNoteResponse";
 export * from "./UserProfileResponse";
 export * from "./UserRelationshipsResponse";
 export * from "./UserRelationsResponse";
-export * from "./UserResponse";
 export * from "./WebAuthnCreateResponse";
 export * from "./WebhookCreateResponse";