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