b185b8744f1a3d9597867b9ff0e9033679e1fc42
[e-mobility-charging-stations-simulator.git] / Reservation.ts
1 import { type OCPP16Reservation } from './1.6/Reservation';
2
3 export type Reservation = OCPP16Reservation;