docs: refine README
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 7bfa2150abfaf1c26927024b6250d617541b24db..f9a42d4aae07d4f9c5d18e9adf964cbc5431522e 100644 (file)
@@ -130,7 +130,6 @@ export {
   type SetChargingProfileResponse,
   type UnlockConnectorResponse,
   type OCPP16ReserveNowResponse,
-  type OCPP16CancelReservationResponse,
 } from './ocpp/1.6/Responses';
 export { ChargePointErrorCode } from './ocpp/ChargePointErrorCode';
 export {
@@ -168,6 +167,7 @@ export {
 } from './ChargingStationTemplate';
 export {
   type ConfigurationData,
+  type LogConfiguration,
   type StationTemplateUrl,
   type StorageConfiguration,
   SupervisionUrlDistribution,