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