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