X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=85709be3c002048a8e27ec685be6d7fc0ae32af1;hb=09379a0da5842414aa5835130a101aec11e724d5;hp=edd7ab5e763efba9c12ecfeacaa43344954f8fb4;hpb=4147bb7ee6c183f244a10431b4dc53d71917f611;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index edd7ab5e..85709be3 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -1,13 +1,17 @@ export type { ChargingStationData, ChargingStationInfo, - ConnectorStatus, -} from './ChargingStationType'; + ConnectorStatus +} from './ChargingStationType' +export type { ConfigurationData } from './ConfigurationType' export { + ApplicationProtocol, + AuthenticationType, ProcedureName, + Protocol, type ProtocolResponse, + ProtocolVersion, type RequestPayload, type ResponsePayload, - ResponseStatus, -} from './UIProtocol'; -export type { BaseConfig } from './ConfigurationType'; + ResponseStatus +} from './UIProtocol'