X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=ff73d6887e6a128de780cf5fe76bddbe58419655;hb=f5a1ff8ce8f87a149791c2c98fe7c5e8a20b5392;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..ff73d688 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -3,6 +3,7 @@ export type { ChargingStationInfo, ConnectorStatus, } from './ChargingStationType'; +export type { BaseConfig } from './ConfigurationType'; export { ProcedureName, type ProtocolResponse, @@ -10,4 +11,3 @@ export { type ResponsePayload, ResponseStatus, } from './UIProtocol'; -export type { BaseConfig } from './ConfigurationType';