feat: get breakfast package from API
This commit is contained in:
@@ -39,3 +39,7 @@ export const getlHotelDataInputSchema = z.object({
|
||||
.array(z.enum(["RoomCategories", "NearbyHotels", "Restaurants", "City"]))
|
||||
.optional(),
|
||||
})
|
||||
|
||||
export const getBreakfastPackageInput = z.object({
|
||||
hotelId: z.string().min(1, { message: "hotelId is required" }),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user