ff73d6887e6a128de780cf5fe76bddbe58419655
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
1 export type {
2 ChargingStationData,
3 ChargingStationInfo,
4 ConnectorStatus,
5 } from './ChargingStationType';
6 export type { BaseConfig } from './ConfigurationType';
7 export {
8 ProcedureName,
9 type ProtocolResponse,
10 type RequestPayload,
11 type ResponsePayload,
12 ResponseStatus,
13 } from './UIProtocol';