import type { Hotel } from "@/types/hotel" export type HotelLogoProps = { hotelId: Hotel["operaId"] hotelType: Hotel["hotelType"] }