refactor: revert internal exports
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / ChargingProfile.ts
index 67e12f970056a011b1671d4085bb3eec6c7e5164..b2909699d4856b90d93f7dce98a88012061a9802 100644 (file)
@@ -1,4 +1,4 @@
-import type { JsonObject } from '../../internal';
+import type { JsonObject } from '../../JsonType';
 
 export interface OCPP16ChargingProfile extends JsonObject {
   chargingProfileId: number;