fix: ensure voltage is defined in stationInfo
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 2.0 / Responses.ts
index ab6357a9b5fbce29fb5c55b08b7eba2cc6f6b66f..a4ecdadd9f33a3db0bd9c5890b1bd1442829d063 100644 (file)
@@ -6,7 +6,7 @@ import type {
 import type { OCPP20SetVariableResultType } from './Variables';
 import type { EmptyObject } from '../../EmptyObject';
 import type { JsonObject } from '../../JsonType';
-import type { RegistrationStatusEnumType } from '../Responses';
+import type { RegistrationStatusEnumType } from '../Common';
 
 export type OCPP20BootNotificationResponse = {
   currentTime: Date;