Files
web/types/components/hotelLogo.ts

7 lines
132 B
TypeScript

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