feat(SW-664): Hotel listing component and queries for content pages
This commit is contained in:
6
types/components/hotelLogo.ts
Normal file
6
types/components/hotelLogo.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Hotel } from "@/types/hotel"
|
||||
|
||||
export type HotelLogoProps = {
|
||||
hotelId: Hotel["operaId"]
|
||||
hotelType: Hotel["hotelType"]
|
||||
}
|
||||
Reference in New Issue
Block a user