Added comment to hotel enum
This commit is contained in:
@@ -48,6 +48,7 @@ export const getRatesInputSchema = z.object({
|
||||
hotelId: z.string(),
|
||||
})
|
||||
|
||||
// Uncomment when we need the data in the hotel response
|
||||
export const HotelIncludeEnum = z.enum([
|
||||
"RoomCategories",
|
||||
//"NearbyHotels",
|
||||
|
||||
Reference in New Issue
Block a user