docs: refine README.md
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index f65e4caef879da22ef3f40abe9ed378f782e440f..11f1138ce69a895aafe5a77d42dc6e384a005d2c 100644 (file)
@@ -164,6 +164,7 @@ export {
   type WsOptions,
 } from './ChargingStationTemplate';
 export {
+  ApplicationProtocolVersion,
   type ConfigurationData,
   ConfigurationSection,
   type LogConfiguration,
@@ -256,6 +257,6 @@ export {
 } from './WebSocket';
 export {
   type Reservation,
-  ReservationFilterKey,
+  type ReservationFilterKey,
   ReservationTerminationReason,
 } from './ocpp/Reservation';