feat(SW-914): refactor

This commit is contained in:
Fredrik Thorsson
2024-11-29 12:55:46 +01:00
parent 38a1f556cf
commit 0d7874d1c7
10 changed files with 114 additions and 90 deletions
@@ -1,4 +1,5 @@
import type { Hotel } from "@/types/hotel"
export type AmenityProps = {
name: string
buttonUrl?: string
filteredAmenities: Hotel["detailedFacilities"]
}