cal.pub0.org/packages/trpc/server/routers/viewer/slots/reserveSlot.schema.ts

8 lines
215 B
TypeScript

import type { z } from "zod";
import { reserveSlotSchema } from "./types";
export const ZReserveSlotInputSchema = reserveSlotSchema;
export type TReserveSlotInputSchema = z.infer<typeof ZReserveSlotInputSchema>;