Files
web/server/routers/hotels/input.ts
2024-07-01 13:53:07 +02:00

6 lines
97 B
TypeScript

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