export default interface ReserveNowRequest { connectorId: number; expiryDate: string; idTag: string; parentIdTag?: string; reservationId: number; }