X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Fstorage%2FStorage.ts;h=9c4696faa5ad9e5a8373f372a1ff12487120ed4b;hb=157482609a14720b298b9efde2b11f807824bb7d;hp=d85d8c415efdd1b254694976597bfd722af4c42d;hpb=6c1761d470507ea23d186be61b94ca7375c5144a;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/storage/Storage.ts b/src/performance/storage/Storage.ts index d85d8c41..9c4696fa 100644 --- a/src/performance/storage/Storage.ts +++ b/src/performance/storage/Storage.ts @@ -1,10 +1,10 @@ -// Copyright Jerome Benoit. 2021. All Rights Reserved. +// Copyright Jerome Benoit. 2021-2023. All Rights Reserved. import { URL } from 'url'; import type { EmptyObject } from '../../types/EmptyObject'; import type { HandleErrorParams } from '../../types/Error'; -import type Statistics from '../../types/Statistics'; +import type { Statistics } from '../../types/Statistics'; import { DBName, StorageType } from '../../types/Storage'; import logger from '../../utils/Logger'; import Utils from '../../utils/Utils';