diff --git a/types/components/hotelReservation/selectRate/roomSelection.ts b/types/components/hotelReservation/selectRate/roomSelection.ts index e8504ff2e..9e944f5d8 100644 --- a/types/components/hotelReservation/selectRate/roomSelection.ts +++ b/types/components/hotelReservation/selectRate/roomSelection.ts @@ -6,5 +6,5 @@ import { SafeUser } from "@/types/user" export interface RoomSelectionProps { roomConfigurations: RoomsAvailability roomCategories: RoomData[] - user: SafeUser | null + user: SafeUser }