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 }