refactor: align set information namespace
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationOcppConfiguration.ts
index bbd1bcfb20fa6354ed1a6b27e42be227eec6eefc..834b1d1dd11e4031eba25d7af689f88eab3b3639 100644 (file)
@@ -1,4 +1,4 @@
-import type { OCPPConfigurationKey } from './internal';
+import type { OCPPConfigurationKey } from './ocpp/Configuration';
 
 export type ConfigurationKey = OCPPConfigurationKey & {
   visible?: boolean;