import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { InsuranceCredentialWhereInputObjectSchema as InsuranceCredentialWhereInputObjectSchema } from './objects/InsuranceCredentialWhereInput.schema'; export const InsuranceCredentialDeleteManySchema: z.ZodType = z.object({ where: InsuranceCredentialWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const InsuranceCredentialDeleteManyZodSchema = z.object({ where: InsuranceCredentialWhereInputObjectSchema.optional() }).strict();