X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=85709be3c002048a8e27ec685be6d7fc0ae32af1;hb=09379a0da5842414aa5835130a101aec11e724d5;hp=ec7821f32a12fa17f5cc15153240ad9d3b2b96bd;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;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..85709be3 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -3,10 +3,14 @@ export type { ChargingStationInfo, ConnectorStatus } from './ChargingStationType' -export type { BaseConfig } from './ConfigurationType' +export type { ConfigurationData } from './ConfigurationType' export { + ApplicationProtocol, + AuthenticationType, ProcedureName, + Protocol, type ProtocolResponse, + ProtocolVersion, type RequestPayload, type ResponsePayload, ResponseStatus