Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index 08076964f5dd4a1b48f3d3df898b4b2c90e33126..2acee1ea7f03e7bb8d3b9359da7874c7dd20ae5b 100644 (file)
@@ -1,6 +1,6 @@
-import { EmptyObject } from '../../EmptyObject';
-import { JsonObject } from '../../JsonType';
-import { OCPPConfigurationKey } from '../Configuration';
+import type { EmptyObject } from '../../EmptyObject';
+import type { JsonObject } from '../../JsonType';
+import type { OCPPConfigurationKey } from '../Configuration';
 
 export interface OCPP16HeartbeatResponse extends JsonObject {
   currentTime: string;