From 89b9cb4b4708c3fc1e57d8eeb2702b745b9eeabe Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 2 Sep 2022 12:35:23 +0200 Subject: [PATCH] Add typing --- Utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.ts b/Utils.ts index 2f4b10eb5..e72df84ef 100644 --- a/Utils.ts +++ b/Utils.ts @@ -284,7 +284,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be * @param useLang * @constructor */ - public static SubstituteKeys(txt: string | undefined, tags?: any, useLang?: string): string | undefined { + public static SubstituteKeys(txt: string | undefined, tags?: Record, useLang?: string): string | undefined { if (txt === undefined) { return undefined }