feat(SW-340): Added hotel pins
This commit is contained in:
6
types/enums/hotelListing.ts
Normal file
6
types/enums/hotelListing.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export namespace HotelListingEnum {
|
||||
export const enum RatePlanSet {
|
||||
PUBLIC = "PUBLIC",
|
||||
MEMBER = "MEMBER",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user