X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=596cc933303c66dfb4f05677551fd1483f2f68b0;hb=0475290acf98bb3575aeeb62c772f0d60b440048;hp=3e38d5c262bbe7b47b610bd72f13c0aa504a1153;hpb=9dc8b66f4d1fa4e298e260a33f08debb69b1d944;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index 3e38d5c2..596cc933 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -4,7 +4,7 @@ export type { ConnectorStatus, Status } from './ChargingStationType' -export type { ConfigurationData } from './ConfigurationType' +export type { ConfigurationData, UIServerConfigurationSection } from './ConfigurationType' export { ApplicationProtocol, AuthenticationType,