Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPServiceUtils.ts
index 39d738af4b19abcdbc91aa0ba45ebd89cbbba159..96b34218bae93f78a595545a29b2969fc91000fc 100644 (file)
@@ -1,4 +1,4 @@
-import { DefinedError, ErrorObject } from 'ajv';
+import type { DefinedError, ErrorObject } from 'ajv';
 
 import { ErrorType } from '../../types/ocpp/ErrorType';