diff --git a/packages/discord.js/typings/index.test-d.ts b/packages/discord.js/typings/index.test-d.ts index f68e12d39..980d95628 100644 --- a/packages/discord.js/typings/index.test-d.ts +++ b/packages/discord.js/typings/index.test-d.ts @@ -86,12 +86,12 @@ import { Snowflake, StageChannel, TextBasedChannelFields, - TextBasedChannel, - TextBasedChannelTypes, - VoiceBasedChannel, - GuildBasedChannel, - NonThreadGuildBasedChannel, - GuildTextBasedChannel, + type TextBasedChannel, + type TextBasedChannelTypes, + type VoiceBasedChannel, + type GuildBasedChannel, + type NonThreadGuildBasedChannel, + type GuildTextBasedChannel, TextChannel, ThreadChannel, ThreadMember,