feat(SW-281): add alt text
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { Hotel } from "@/types/hotel"
|
||||
import type { Hotel } from "@/types/hotel"
|
||||
|
||||
export type HotelListingProps = {
|
||||
image: Hotel["hotelContent"]["images"]["imageSizes"]["large"]
|
||||
altText: Hotel["hotelContent"]["images"]["metaData"]["altText"]
|
||||
name: Hotel["name"]
|
||||
address: Hotel["address"]["streetAddress"]
|
||||
distance: Hotel["location"]["distanceToCentre"]
|
||||
|
||||
Reference in New Issue
Block a user