X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Findex.ts;h=04608aaba3289fc9910c246b2bfdf1a9d21383a4;hb=2ca0ea909c319b763257cedb8ba421c3f22823fd;hp=f65e4caef879da22ef3f40abe9ed378f782e440f;hpb=530e5fbb749e20d337aff18f643dc69a5b5444d6;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index f65e4cae..04608aab 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -256,6 +256,6 @@ export { } from './WebSocket'; export { type Reservation, - ReservationFilterKey, + type ReservationFilterKey, ReservationTerminationReason, } from './ocpp/Reservation';