This commit is contained in:
Linus Flood
2024-11-05 13:51:10 +01:00
parent 7e4bbfb3e6
commit ae2601bef8
4 changed files with 29 additions and 81 deletions

View File

@@ -50,9 +50,9 @@ export const getRatesInputSchema = z.object({
export const HotelIncludeEnum = z.enum([
"RoomCategories",
"NearbyHotels",
"Restaurants",
"City",
//"NearbyHotels",
//"Restaurants",
//"City",
])
export const getHotelDataInputSchema = z.object({