feat(SW-281): change requests
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type HotelListingProps = {
|
||||
image: Hotel["hotelContent"]["images"]["imageSizes"]["large"]
|
||||
imageUrl: Hotel["hotelContent"]["images"]["imageSizes"]["large"]
|
||||
altText: Hotel["hotelContent"]["images"]["metaData"]["altText"]
|
||||
name: Hotel["name"]
|
||||
address: Hotel["address"]["streetAddress"]
|
||||
distanceToCentre: Hotel["location"]["distanceToCentre"]
|
||||
description: Hotel["hotelContent"]["texts"]["descriptions"]["medium"]
|
||||
link: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user