refactor(ui): cleanup configuration types and variables namespace
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
index ec7821f32a12fa17f5cc15153240ad9d3b2b96bd..1f1f0556747d1d784ff578a0114039e73d3dbf58 100644 (file)
@@ -3,7 +3,7 @@ export type {
   ChargingStationInfo,
   ConnectorStatus
 } from './ChargingStationType'
-export type { BaseConfig } from './ConfigurationType'
+export type { ConfigurationData } from './ConfigurationType'
 export {
   ProcedureName,
   type ProtocolResponse,