Files
web/server/routers/contentstack/destinationCityPage/input.ts
Erik Tiekstra ff820d1f31 Merged in feat/SW-1454-listing-skeletons (pull request #1301)
Feat/SW-1454 listing skeletons

* feat(SW-1453): added skeleton for city listning

* feat(SW-1454): added skeleton for hotel listning


Approved-by: Fredrik Thorsson
2025-02-11 12:05:44 +00:00

6 lines
106 B
TypeScript

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