From 93c174bc82fa7601d0aa8b561d8aa9a3735d70c3 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 11 Mar 2024 18:15:21 +0100 Subject: [PATCH] chore: fix test type import --- packages/discord.js/typings/index.test-d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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,