diff --git a/src/types/interactions/mod.ts b/src/types/interactions/mod.ts index 6c2883cad..9bb13b5d5 100644 --- a/src/types/interactions/mod.ts +++ b/src/types/interactions/mod.ts @@ -14,6 +14,7 @@ export * from "./commands/edit_global_application_command.ts"; export * from "./commands/edit_guild_application_command.ts"; export * from "./commands/guild_application_command_permissions.ts"; export * from "./commands/application_command.ts"; +export * from "./commands/application_command_types.ts" export * from "./interaction.ts"; export * from "./interaction_guild_member.ts"; export * from "./interaction_response.ts";