feat(SW-914): refactor

This commit is contained in:
Fredrik Thorsson
2024-11-25 15:41:04 +01:00
parent 38a1f556cf
commit 0d7874d1c7
10 changed files with 115 additions and 91 deletions

View File

@@ -1,4 +1,5 @@
import type { Hotel } from "@/types/hotel"
export type AmenityProps = {
name: string
buttonUrl?: string
filteredAmenities: Hotel["detailedFacilities"]
}