Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / exception / OCPPError.ts
index 563575a321fbcc1d1e985decea92fb9b34523ffd..e3c127fd22e375921f3303e0f70f2285ea7d6451 100644 (file)
@@ -1,8 +1,8 @@
-// Partial Copyright Jerome Benoit. 2021. All Rights Reserved.
+// Partial Copyright Jerome Benoit. 2021-2023. 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 {