X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=d730f0d634160a7642660d90251e0c4fdae6d198;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=d866d361a5a27abd8dee925ab6380d546ce57ffe;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index d866d361..d730f0d6 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -1,13 +1,20 @@ export type { ChargingStationData, ChargingStationInfo, + ChargingStationOptions, ConnectorStatus, + Status } from './ChargingStationType' -export type { BaseConfig } from './ConfigurationType' +export type { ConfigurationData, UIServerConfigurationSection } from './ConfigurationType' export { + ApplicationProtocol, + AuthenticationType, ProcedureName, + Protocol, type ProtocolResponse, + ProtocolVersion, type RequestPayload, type ResponsePayload, ResponseStatus, + type SimulatorState } from './UIProtocol'