Merge dependabot/npm_and_yarn/types/tar-6.1.12 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
index d866d361a5a27abd8dee925ab6380d546ce57ffe..d730f0d634160a7642660d90251e0c4fdae6d198 100644 (file)
@@ -1,13 +1,20 @@
 export type {
   ChargingStationData,
   ChargingStationInfo,
+  ChargingStationOptions,
   ConnectorStatus,
+  Status
 } from './ChargingStationType'
-export type { BaseConfig } from './ConfigurationType'
+export type { ConfigurationData, UIServerConfigurationSection } from './ConfigurationType'
 export {
+  ApplicationProtocol,
+  AuthenticationType,
   ProcedureName,
+  Protocol,
   type ProtocolResponse,
+  ProtocolVersion,
   type RequestPayload,
   type ResponsePayload,
   ResponseStatus,
+  type SimulatorState
 } from './UIProtocol'