build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
index ec7821f32a12fa17f5cc15153240ad9d3b2b96bd..85709be3c002048a8e27ec685be6d7fc0ae32af1 100644 (file)
@@ -3,10 +3,14 @@ export type {
   ChargingStationInfo,
   ConnectorStatus
 } from './ChargingStationType'
-export type { BaseConfig } from './ConfigurationType'
+export type { ConfigurationData } from './ConfigurationType'
 export {
+  ApplicationProtocol,
+  AuthenticationType,
   ProcedureName,
+  Protocol,
   type ProtocolResponse,
+  ProtocolVersion,
   type RequestPayload,
   type ResponsePayload,
   ResponseStatus