Update src/charging-station/ChargingStation.ts
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargingProfile.ts
index 0b21f1096990918b4f787fd8f18407a4d61f5eb4..bd67417e40ed8a84bcd33b1d658cdf4c9efef760 100644 (file)
@@ -4,7 +4,7 @@ import {
   OCPP16ChargingRateUnitType,
   type OCPP16ChargingSchedulePeriod,
   OCPP16RecurrencyKindType,
-} from '../internal';
+} from './1.6/ChargingProfile';
 
 export type ChargingProfile = OCPP16ChargingProfile;