X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=d730f0d634160a7642660d90251e0c4fdae6d198;hb=68c6d508a8e4eb7e67c4f174c0f3d305829c2eaf;hp=3e38d5c262bbe7b47b610bd72f13c0aa504a1153;hpb=9dc8b66f4d1fa4e298e260a33f08debb69b1d944;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index 3e38d5c2..d730f0d6 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -1,10 +1,11 @@ export type { ChargingStationData, ChargingStationInfo, + ChargingStationOptions, ConnectorStatus, Status } from './ChargingStationType' -export type { ConfigurationData } from './ConfigurationType' +export type { ConfigurationData, UIServerConfigurationSection } from './ConfigurationType' export { ApplicationProtocol, AuthenticationType, @@ -14,5 +15,6 @@ export { ProtocolVersion, type RequestPayload, type ResponsePayload, - ResponseStatus + ResponseStatus, + type SimulatorState } from './UIProtocol'