Merged in feat/SW-1065-meetings-page (pull request #1287)
Feat(SW-1065): Meetings hotel subpage Approved-by: Erik Tiekstra
This commit is contained in:
20
types/enums/meetingRooms.ts
Normal file
20
types/enums/meetingRooms.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
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",
|
||||
}
|
||||
Reference in New Issue
Block a user