build: properly workaround Ajv TS type definitions bug
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Transaction.ts
index 215628f79a650aeaf7069aeb4d2a971f79efe7cf..49cabf2e2e7bb41660c77e4f6dc7273116d71124 100644 (file)
@@ -1,7 +1,7 @@
-import type { JsonObject, OCPP16MeterValue } from '../../internal';
+import type { OCPP16MeterValue } from './MeterValues.js';
+import type { JsonObject } from '../../JsonType.js';
 
 export enum OCPP16StopTransactionReason {
-  NONE = '',
   EMERGENCY_STOP = 'EmergencyStop',
   EV_DISCONNECTED = 'EVDisconnected',
   HARD_RESET = 'HardReset',