From dae3841f106680b77e4e6455b901d30a7b5744b7 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Sun, 26 May 2024 19:38:25 -0300 Subject: [PATCH] ughh --- src/webpack/wreq.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/wreq.d.ts b/src/webpack/wreq.d.ts index 38038907a..85f2c9ab7 100644 --- a/src/webpack/wreq.d.ts +++ b/src/webpack/wreq.d.ts @@ -19,7 +19,7 @@ export type WebpackQueues = unique symbol; export type WebpackExports = unique symbol; export type WebpackError = unique symbol; -type AsyncModulePromise = Promise & { +export type AsyncModulePromise = Promise & { [WebpackQueues]: (fnQueue: ((queue: any[]) => any)) => any; [WebpackExports]: ModuleExports; [WebpackError]?: any;