From 8f94a9ca2f83ac7058c673a2d7af58e8e16f4824 Mon Sep 17 00:00:00 2001 From: Almeida Date: Thu, 15 Sep 2022 19:21:15 +0100 Subject: [PATCH] chore: fix typescript tests (v13) (#8628) --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 3b5f637fe..065486ce4 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1627,6 +1627,7 @@ export class MessageActionRow< ? APIActionRowComponent : APIActionRowComponent, > extends BaseMessageComponent { + // tslint:disable-next-line:ban-ts-ignore // @ts-ignore (TS:2344, Caused by TypeScript 4.8) // Fixed in DiscordJS >= 14.x / DiscordApiTypes >= 0.37.x, ignoring the type error here. public constructor(data?: MessageActionRow | MessageActionRowOptions | V);