fix: avoid concurrent ATG startup
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index e7814c4f178caec976040c3d6e9372c155cf1729..a6683caa87962b9050f6ef9fa1d4e7b8a3b48f2c 100644 (file)
@@ -1,11 +1,8 @@
-import type {
-  EmptyObject,
-  GenericStatus,
-  JsonObject,
-  OCPP16ChargingSchedule,
-  OCPPConfigurationKey,
-  RegistrationStatusEnumType,
-} from '../../internal';
+import type { OCPP16ChargingSchedule } from './ChargingProfile';
+import type { EmptyObject } from '../../EmptyObject';
+import type { JsonObject } from '../../JsonType';
+import type { OCPPConfigurationKey } from '../Configuration';
+import type { GenericStatus, RegistrationStatusEnumType } from '../Responses';
 
 export interface OCPP16HeartbeatResponse extends JsonObject {
   currentTime: Date;