refactor: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index b8c36ed24f471f6d23734b74c569e5eedd6ddfa0..8b67a9267d5a3a9da03632a0bd7b20a381434102 100644 (file)
@@ -1,8 +1,8 @@
-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'
+import type { OCPP16ChargingSchedule } from './ChargingProfile.js'
 
 export interface OCPP16HeartbeatResponse extends JsonObject {
   currentTime: Date