refactor(ui): add types export control
[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 {
7 ProcedureName,
8 type ProtocolResponse,
9 type RequestPayload,
10 type ResponsePayload,
11 ResponseStatus,
12 } from './UIProtocol';
13 export type { BaseConfig } from './ConfigurationType';