refactor(ui): refine action inputs
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
index edd7ab5e763efba9c12ecfeacaa43344954f8fb4..596cc933303c66dfb4f05677551fd1483f2f68b0 100644 (file)
@@ -2,12 +2,17 @@ export type {
   ChargingStationData,
   ChargingStationInfo,
   ConnectorStatus,
-} from './ChargingStationType';
+  Status
+} from './ChargingStationType'
+export type { ConfigurationData, UIServerConfigurationSection } from './ConfigurationType'
 export {
+  ApplicationProtocol,
+  AuthenticationType,
   ProcedureName,
+  Protocol,
   type ProtocolResponse,
+  ProtocolVersion,
   type RequestPayload,
   type ResponsePayload,
-  ResponseStatus,
-} from './UIProtocol';
-export type { BaseConfig } from './ConfigurationType';
+  ResponseStatus
+} from './UIProtocol'