X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2FOCPPServiceUtils.ts;h=96b34218bae93f78a595545a29b2969fc91000fc;hb=91a4f151f35933f762d1287754a7463e12989b29;hp=39d738af4b19abcdbc91aa0ba45ebd89cbbba159;hpb=01a4dcbb168f3fb8c52b81a6ff5473b4259f390f;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPServiceUtils.ts b/src/charging-station/ocpp/OCPPServiceUtils.ts index 39d738af..96b34218 100644 --- a/src/charging-station/ocpp/OCPPServiceUtils.ts +++ b/src/charging-station/ocpp/OCPPServiceUtils.ts @@ -1,4 +1,4 @@ -import { DefinedError, ErrorObject } from 'ajv'; +import type { DefinedError, ErrorObject } from 'ajv'; import { ErrorType } from '../../types/ocpp/ErrorType';