X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=d730f0d634160a7642660d90251e0c4fdae6d198;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=ec7821f32a12fa17f5cc15153240ad9d3b2b96bd;hpb=13a6f27c10768faa05acf33fd8e0637511d49e3e;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index ec7821f3..d730f0d6 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -1,13 +1,20 @@ export type { ChargingStationData, ChargingStationInfo, - ConnectorStatus + 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 + ResponseStatus, + type SimulatorState } from './UIProtocol'