feat(SW-763): update to smallerImages for select-hotel/rate page and slice size depending on signature * feat(SW-763): update to smallerImages for select- hotel/rate page and slice size depending on signature * fix(SW-763): add hotelType enum * feat(SW-763): move hotel type check to the route for the hotelData * fix(SW-763): remove unused import * fix(SW-763): fix comment * fix(SW-763): add optional galleryImages check Approved-by: Christian Andolf Approved-by: Pontus Dreij Approved-by: Niclas Edenvin
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
export enum HotelTypeEnum {
|
|
Signature = "signature",
|
|
ScandicGo = "scandicgo",
|
|
Regular = "regular",
|
|
}
|