X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=ec7821f32a12fa17f5cc15153240ad9d3b2b96bd;hb=8d6f479075c85b8731a6530431b1ab75efc34719;hp=ff73d6887e6a128de780cf5fe76bddbe58419655;hpb=7edba9a79cf60b1d1113ec89f310788194ddb97a;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index ff73d688..ec7821f3 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -1,13 +1,13 @@ export type { ChargingStationData, ChargingStationInfo, - ConnectorStatus, -} from './ChargingStationType'; -export type { BaseConfig } from './ConfigurationType'; + ConnectorStatus +} from './ChargingStationType' +export type { BaseConfig } from './ConfigurationType' export { ProcedureName, type ProtocolResponse, type RequestPayload, type ResponsePayload, - ResponseStatus, -} from './UIProtocol'; + ResponseStatus +} from './UIProtocol'