fix(SW-712): remove hotelFacts.hotelFacilityDetail, hotelFacts.hotelInformation and use detailedFacilities

This commit is contained in:
Bianca Widstam
2024-10-31 13:38:43 +01:00
parent 3b75231eee
commit 105e730e89
3 changed files with 6 additions and 51 deletions

View File

@@ -5,12 +5,6 @@ export enum AvailabilityEnum {
NotAvailable = "NotAvailable",
}
export interface DetailedAmenity {
name: string
heading: string
description: string
}
export interface ReadMoreProps {
label: string
hotelId: string