refactor(ui): refine configuration file type and make it conditional
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / index.ts
... / ...
CommitLineData
1export type {
2 ChargingStationData,
3 ChargingStationInfo,
4 ConnectorStatus
5} from './ChargingStationType'
6export type { ConfigurationData } from './ConfigurationType'
7export {
8 ApplicationProtocol,
9 AuthenticationType,
10 ProcedureName,
11 Protocol,
12 type ProtocolResponse,
13 ProtocolVersion,
14 type RequestPayload,
15 type ResponsePayload,
16 ResponseStatus
17} from './UIProtocol'