fix: move and fix statistic related helpers implementation
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationOcppConfiguration.ts
index 834b1d1dd11e4031eba25d7af689f88eab3b3639..bbd1bcfb20fa6354ed1a6b27e42be227eec6eefc 100644 (file)
@@ -1,4 +1,4 @@
-import type { OCPPConfigurationKey } from './ocpp/Configuration';
+import type { OCPPConfigurationKey } from './internal';
 
 export type ConfigurationKey = OCPPConfigurationKey & {
   visible?: boolean;