refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Responses.ts
index df4bdf90fe084c0f7ea88207ebb0e081f404e5f4..c61b5463469bd059c9280e8cf9629a052d3a8794 100644 (file)
@@ -21,7 +21,7 @@ import type {
 } from './2.0/Responses';
 import type { ErrorType } from './ErrorType';
 import type { MessageType } from './MessageType';
-import type ChargingStation from '../../charging-station/ChargingStation';
+import type { ChargingStation } from '../../charging-station/ChargingStation';
 import type { JsonType } from '../JsonType';
 
 export type Response = [MessageType.CALL_RESULT_MESSAGE, string, JsonType];