Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / exception / OCPPError.ts
index 563575a321fbcc1d1e985decea92fb9b34523ffd..90817649e9783b519bc506ff53e860b8f4d02123 100644 (file)
@@ -1,8 +1,8 @@
 // Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
 
-import { JsonType } from '../types/JsonType';
+import type { JsonType } from '../types/JsonType';
 import { ErrorType } from '../types/ocpp/ErrorType';
-import { IncomingRequestCommand, RequestCommand } from '../types/ocpp/Requests';
+import type { IncomingRequestCommand, RequestCommand } from '../types/ocpp/Requests';
 import BaseError from './BaseError';
 
 export default class OCPPError extends BaseError {