refactor: move charging station events enum to its own file
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 2cc76b1f08ee562dd4c818e92a03ad50b6ea5503..a28d51148dc596aa05454b5f6632b218e56feb64 100644 (file)
@@ -262,4 +262,4 @@ export {
   type ReservationKey,
   ReservationTerminationReason,
 } from './ocpp/Reservation';
-export { ChargingStationEvents } from './ChargingStation';
+export { ChargingStationEvents } from './ChargingStationEvents';