Use eslint extension for import sorting instead of unmaintained external ones
[e-mobility-charging-stations-simulator.git] / src / types / ConnectorStatus.ts
index c63dd3db98311b7496a6b07c56d4c10f0cd32f7a..6eab4106ba0fb54e93a8a60f9597daa7e75019f0 100644 (file)
@@ -1,8 +1,8 @@
-import { AvailabilityType } from './ocpp/Requests';
+import { SampledValueTemplate } from './MeasurandPerPhaseSampledValueTemplates';
 import { ChargePointStatus } from './ocpp/ChargePointStatus';
 import { ChargingProfile } from './ocpp/ChargingProfile';
 import { MeterValue } from './ocpp/MeterValues';
-import { SampledValueTemplate } from './MeasurandPerPhaseSampledValueTemplates';
+import { AvailabilityType } from './ocpp/Requests';
 
 export interface ConnectorStatus {
   availability: AvailabilityType;