feat(SW-880): update facility type rendering

This commit is contained in:
Fredrik Thorsson
2024-11-15 14:21:52 +01:00
committed by Joakim Jäderberg
parent c1152109c3
commit ce6914a7e4
9 changed files with 35 additions and 61 deletions

View File

@@ -2,4 +2,5 @@ import type { Hotel } from "@/types/hotel"
export type WellnessAndExerciseSidePeekProps = {
healthFacilities: Hotel["healthFacilities"]
buttonUrl?: string
}