import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { AppointmentProcedureWhereInputObjectSchema as AppointmentProcedureWhereInputObjectSchema } from './objects/AppointmentProcedureWhereInput.schema'; export const AppointmentProcedureDeleteManySchema: z.ZodType = z.object({ where: AppointmentProcedureWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const AppointmentProcedureDeleteManyZodSchema = z.object({ where: AppointmentProcedureWhereInputObjectSchema.optional() }).strict();