build: switch to NodeNext module resolution
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index a42733e8a2244721451bf109b395f20331898bcc..d813eac0c35f8622f234d769494e34f3cbe65e7f 100644 (file)
@@ -1,8 +1,8 @@
-import type { OCPP16ChargingSchedule } from './ChargingProfile';
-import type { EmptyObject } from '../../EmptyObject';
-import type { JsonObject } from '../../JsonType';
-import type { GenericStatus, RegistrationStatusEnumType } from '../Common';
-import type { OCPPConfigurationKey } from '../Configuration';
+import type { OCPP16ChargingSchedule } from './ChargingProfile.js';
+import type { EmptyObject } from '../../EmptyObject.js';
+import type { JsonObject } from '../../JsonType.js';
+import type { GenericStatus, RegistrationStatusEnumType } from '../Common.js';
+import type { OCPPConfigurationKey } from '../Configuration.js';
 
 export interface OCPP16HeartbeatResponse extends JsonObject {
   currentTime: Date;