fix: ensure voltage is defined in stationInfo
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / MeterValues.ts
index 5a59230c15f08615608c3e5f7d840f4895873aba..74698284e2c6d2a6d70fd5af2345d9fff16fe96b 100644 (file)
@@ -1,4 +1,5 @@
-import type { EmptyObject, JsonObject } from '../../internal';
+import type { EmptyObject } from '../../EmptyObject';
+import type { JsonObject } from '../../JsonType';
 
 export enum MeterValueUnit {
   WATT_HOUR = 'Wh',