X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=596cc933303c66dfb4f05677551fd1483f2f68b0;hb=0475290acf98bb3575aeeb62c772f0d60b440048;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..596cc933 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -1,12 +1,17 @@ export type { ChargingStationData, ChargingStationInfo, - ConnectorStatus + 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