From: Jérôme Benoit Date: Fri, 27 Mar 2026 16:44:08 +0000 (+0100) Subject: refactor: deduplicate imports X-Git-Tag: ocpp-server@v4.0.0~31 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c5545f1b865528bf8adbd46df04eac6f4c3148bf;p=e-mobility-charging-stations-simulator.git refactor: deduplicate imports Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ocpp/2.0/OCPP20RequestService.ts b/src/charging-station/ocpp/2.0/OCPP20RequestService.ts index 74b47060..0e5b8261 100644 --- a/src/charging-station/ocpp/2.0/OCPP20RequestService.ts +++ b/src/charging-station/ocpp/2.0/OCPP20RequestService.ts @@ -1,11 +1,11 @@ import type { ValidateFunction } from 'ajv' import type { ChargingStation } from '../../../charging-station/index.js' -import type { CertificateSigningUseEnumType } from '../../../types/index.js' import type { OCPPResponseService } from '../OCPPResponseService.js' import { OCPPError } from '../../../exception/index.js' import { + type CertificateSigningUseEnumType, ErrorType, type JsonObject, type JsonType,