From: Jérôme Benoit Date: Mon, 12 May 2025 18:01:06 +0000 (+0200) Subject: chore(deps-dev): apply updates X-Git-Tag: ocpp-server@v2.0.8~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f9795fbf93e2fc038c05916bf0a3357820efa89e;p=e-mobility-charging-stations-simulator.git chore(deps-dev): apply updates Signed-off-by: Jérôme Benoit --- diff --git a/src/types/JsonType.ts b/src/types/JsonType.ts index a7a6103e..515ce25f 100644 --- a/src/types/JsonType.ts +++ b/src/types/JsonType.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line @typescript-eslint/consistent-indexed-object-style export type JsonObject = { [key in string]?: JsonType }