feat(SW-495): update heading on facility cards

This commit is contained in:
Fredrik Thorsson
2025-01-07 15:22:50 +01:00
parent d11b9e8aee
commit cc00aab7ee
6 changed files with 75 additions and 11 deletions
+2
View File
@@ -21,6 +21,8 @@ export type Hotel = HotelData["data"]["attributes"]
export type HotelAddress = HotelData["data"]["attributes"]["address"]
export type HotelLocation = HotelData["data"]["attributes"]["location"]
export type Amenities = HotelData["data"]["attributes"]["detailedFacilities"]
export type HealthFacilities =
HotelData["data"]["attributes"]["healthFacilities"]
type HotelRatings = HotelData["data"]["attributes"]["ratings"]
export type HotelTripAdvisor =