Chore: cleanup typings and linting errors

This commit is contained in:
Pieter Vander Vennet 2025-04-17 02:25:51 +02:00
parent 15cbadc4e0
commit fffc959c0d
6 changed files with 21 additions and 41 deletions

View file

@ -81,7 +81,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
/**
* Parses the arguments for special visualisations
*/
public static ParseVisArgs<T extends Record<string, string>>(
public static ParseVisArgs<T = Record<string, string>>(
specs: { name: string; defaultValue?: string }[],
args: string[]
): T {