feat: only show alerts when booking dates are affected

This commit is contained in:
Simon Emanuelsson
2025-06-16 15:41:34 +02:00
committed by Simon.Emanuelsson
parent 64b3bd71dc
commit 145a6d2365
5 changed files with 57 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
import type { Hotel } from "@/types/hotel"
import type { SelectRateBooking } from "./selectRate"
export interface HotelInfoCardProps {
booking: SelectRateBooking
hotel: Hotel
}