From 18841f455112a7badf9523857bf3fbbfb56f3d21 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 21 Jun 2024 05:06:11 -0300 Subject: [PATCH] and also this --- src/webpack/webpack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/webpack.tsx b/src/webpack/webpack.tsx index 1b50cfec6..b369a6ade 100644 --- a/src/webpack/webpack.tsx +++ b/src/webpack/webpack.tsx @@ -453,7 +453,7 @@ export function mapMangledModule(code: string | string[], export type CacheFindResult = { /** The find result. `undefined` if nothing was found */ - result?: any; + result?: ModuleExports; /** The id of the module exporting where the result was found. `undefined` if nothing was found */ id?: PropertyKey; /** The key exporting the result. `null` if the find result was all the module exports, `undefined` if nothing was found */