Files
web/types/enums/meetingRooms.ts
Matilda Landström c0e4553d9f Merged in feat/SW-1065-meetings-page (pull request #1287)
Feat(SW-1065): Meetings hotel subpage

Approved-by: Erik Tiekstra
2025-02-12 15:13:17 +00:00

21 lines
707 B
TypeScript

export enum RoomLighting {
WindowsNaturalDaylight = "WindowsNaturalDaylight",
WindowsNaturalDaylightExcellentView = "WindowsNaturalDaylightExcellentView",
WindowsNaturalDaylightBlackoutFacilities = "WindowsNaturalDaylightBlackoutFacilities",
NoWindows = "NoWindows",
NoWindowsExcellentLighting = "NoWindowsExcellentLighting",
IndoorWindowsFacingHotel = "IndoorWindowsFacingHotel",
IndoorWindowsExcellentLighting = "IndoorWindowsExcellentLighting",
}
export enum SeatingType {
UShape = "UShape",
Classroom = "Classroom",
Boardroom = "Boardroom",
Theatre = "Theatre",
Cabaret = "Cabaret",
StandingTable = "StandingTable",
HalfCircle = "HalfCircle",
FullCircle = "FullCircle",
}