import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { CommunicationWhereInputObjectSchema as CommunicationWhereInputObjectSchema } from './objects/CommunicationWhereInput.schema'; export const CommunicationDeleteManySchema: z.ZodType = z.object({ where: CommunicationWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const CommunicationDeleteManyZodSchema = z.object({ where: CommunicationWhereInputObjectSchema.optional() }).strict();