refactor: use keyof to build the reservation filter key
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index f65e4caef879da22ef3f40abe9ed378f782e440f..04608aaba3289fc9910c246b2bfdf1a9d21383a4 100644 (file)
@@ -256,6 +256,6 @@ export {
 } from './WebSocket';
 export {
   type Reservation,
-  ReservationFilterKey,
+  type ReservationFilterKey,
   ReservationTerminationReason,
 } from './ocpp/Reservation';