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

8 lines
250 B
TypeScript

import type { z } from "zod";
import { removeSelectedSlotSchema } from "./types";
export const ZRemoveSelectedSlotInputSchema = removeSelectedSlotSchema;
export type TRemoveSelectedSlotInputSchema = z.infer<typeof ZRemoveSelectedSlotInputSchema>;