refactor(ui): remove uneeded helpers
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
CommitLineData
4147bb7e
JB
1export type {
2 ChargingStationData,
3 ChargingStationInfo,
a974c8e4 4 ConnectorStatus
66a7748d
JB
5} from './ChargingStationType'
6export type { BaseConfig } from './ConfigurationType'
4147bb7e
JB
7export {
8 ProcedureName,
9 type ProtocolResponse,
10 type RequestPayload,
11 type ResponsePayload,
a974c8e4 12 ResponseStatus
66a7748d 13} from './UIProtocol'