X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Futils%2FConfiguration.ts;h=c90c214d91b829ef1d558d02fc227e06a9abd706;hb=83e00df1c1ba02de8b637ca4cb0464eb909ebb18;hp=afc992f8e7841b35f44a49841ee1c63f452e5285;hpb=511c18973d15210aabf9cb0789f146bd8c087759;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Configuration.ts b/src/utils/Configuration.ts index afc992f8..c90c214d 100644 --- a/src/utils/Configuration.ts +++ b/src/utils/Configuration.ts @@ -4,12 +4,13 @@ import { fileURLToPath } from 'url'; import chalk from 'chalk'; -import ConfigurationData, { - StationTemplateUrl, - StorageConfiguration, +import { + type ConfigurationData, + type StationTemplateUrl, + type StorageConfiguration, SupervisionUrlDistribution, - UIServerConfiguration, - WorkerConfiguration, + type UIServerConfiguration, + type WorkerConfiguration, } from '../types/ConfigurationData'; import type { EmptyObject } from '../types/EmptyObject'; import type { HandleErrorParams } from '../types/Error';