Added comment to hotel enum

This commit is contained in:
Linus Flood
2024-11-05 14:45:08 +01:00
parent b2c668ce05
commit 9fb6d062db

View File

@@ -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",