refactor: organize constants
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index 5a6853d22fd1853f714df96b06ad270d57d58c04..276feabd0d8701191008289ac135bd9dc4658665 100644 (file)
@@ -2,7 +2,8 @@ import type { ListenOptions } from 'node:net';
 
 import type { WorkerChoiceStrategy } from 'poolifier';
 
-import type { ApplicationProtocol, AuthenticationType, StorageType } from './internal';
+import type { StorageType } from './Storage';
+import type { ApplicationProtocol, AuthenticationType } from './UIProtocol';
 import type { WorkerProcessType } from '../worker';
 
 type ServerOptions = ListenOptions;