X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2Fsrc%2Ftypes%2Findex.ts;h=d730f0d634160a7642660d90251e0c4fdae6d198;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=a201ca7b88e0ee92e48635abf8ef63285a0fe136;hpb=093ca832a5c03ea03f32368b4bf13c1d08ef3a54;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/index.ts b/ui/web/src/types/index.ts index a201ca7b..d730f0d6 100644 --- a/ui/web/src/types/index.ts +++ b/ui/web/src/types/index.ts @@ -15,5 +15,6 @@ export { ProtocolVersion, type RequestPayload, type ResponsePayload, - ResponseStatus + ResponseStatus, + type SimulatorState } from './UIProtocol'