fix(simulator): detect string emptyness properly
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargingProfile.ts
index a8b73a24175ffab4a824c585062210d4db189be3..837102728a81163abd1e7d3684f97c40ed04c1ec 100644 (file)
@@ -1,7 +1,7 @@
 import {
-  OCPP16ChargingProfile,
+  type OCPP16ChargingProfile,
   OCPP16ChargingRateUnitType,
-  OCPP16ChargingSchedulePeriod,
+  type OCPP16ChargingSchedulePeriod,
 } from './1.6/ChargingProfile';
 
 export type ChargingProfile = OCPP16ChargingProfile;