Apply depedencies update
[e-mobility-charging-stations-simulator.git] / src / performance / storage / Storage.ts
index 96188263e123376769e909be441ee8b0754588a7..9c4696faa5ad9e5a8373f372a1ff12487120ed4b 100644 (file)
@@ -1,10 +1,10 @@
-// Copyright Jerome Benoit. 2021. All Rights Reserved.
+// Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
 
 import { URL } from 'url';
 
-import { EmptyObject } from '../../types/EmptyObject';
-import { HandleErrorParams } from '../../types/Error';
-import Statistics from '../../types/Statistics';
+import type { EmptyObject } from '../../types/EmptyObject';
+import type { HandleErrorParams } from '../../types/Error';
+import type { Statistics } from '../../types/Statistics';
 import { DBName, StorageType } from '../../types/Storage';
 import logger from '../../utils/Logger';
 import Utils from '../../utils/Utils';