2
0
Files
cal/calcom/packages/trpc/server/routers/viewer/slots/removeSelectedSlot.schema.ts
2024-08-09 00:39:27 +02:00

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>;