import { z } from "zod" export const getHotelInputSchema = z.object({ hotelId: z.string(), })