refactor(simulator): remove unused async lock class attribute
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationConfigurationUtils.ts
index 373cdc6d396dac622dfc9b2514a9dbd250d4b826..e529aa7fc29a90a014a3d3370eed029602b182a1 100644 (file)
@@ -1,4 +1,4 @@
-import type { ChargingStation } from './internal';
+import type { ChargingStation } from './ChargingStation';
 import type { ConfigurationKey, ConfigurationKeyType } from '../types';
 import { logger } from '../utils';