fix: fix promises return type
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
1 export { Bootstrap } from './Bootstrap';
2 export type { ChargingStation } from './ChargingStation';
3 export {
4 addConfigurationKey,
5 getConfigurationKey,
6 setConfigurationKeyValue,
7 } from './ChargingStationConfigurationUtils';
8 export { getIdTagsFile, checkChargingStation, resetConnectorStatus } from './ChargingStationUtils';