import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { AppointmentFileWhereInputObjectSchema as AppointmentFileWhereInputObjectSchema } from './objects/AppointmentFileWhereInput.schema'; export const AppointmentFileDeleteManySchema: z.ZodType = z.object({ where: AppointmentFileWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const AppointmentFileDeleteManyZodSchema = z.object({ where: AppointmentFileWhereInputObjectSchema.optional() }).strict();