refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Requests.ts
index 6e61fcc1ccdf9200cbb08232287952fe7cc1f280..8ef05664964013164f14264aa0f16b9ea2f2da21 100644 (file)
@@ -20,8 +20,8 @@ import {
   type OCPP20StatusNotificationRequest,
 } from './2.0/Requests';
 import type { MessageType } from './MessageType';
-import type ChargingStation from '../../charging-station/ChargingStation';
-import type OCPPError from '../../exception/OCPPError';
+import type { ChargingStation } from '../../charging-station/ChargingStation';
+import type { OCPPError } from '../../exception';
 import type { JsonType } from '../JsonType';
 
 export const RequestCommand = {