feat(SW-281): add alt text

This commit is contained in:
Fredrik Thorsson
2024-10-24 22:23:07 +02:00
parent a4e597dc14
commit 97b4cad443
2 changed files with 4 additions and 2 deletions

View File

@@ -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"]