feat(SW-936): add descriptions

This commit is contained in:
Fredrik Thorsson
2024-11-29 16:41:57 +01:00
parent 159464d672
commit 2fb4f6a702
5 changed files with 43 additions and 45 deletions

View File

@@ -2,4 +2,6 @@ import type { Hotel } from "@/types/hotel"
export type MeetingsAndConferencesSidePeekProps = {
meetingFacilities: Hotel["conferencesAndMeetings"]
descriptions: Hotel["hotelContent"]["texts"]["meetingDescription"]
link?: string
}