feat(SW-936): add meetings sidepeek

This commit is contained in:
Fredrik Thorsson
2024-11-20 16:40:09 +01:00
parent 65d160d56d
commit f60f490887
10 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import type { Hotel } from "@/types/hotel"
export type MeetingsAndConferencesSidePeekProps = {
meetingFacilities: Hotel["conferencesAndMeetings"]
}