import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { ShoppingVendorWhereInputObjectSchema as ShoppingVendorWhereInputObjectSchema } from './objects/ShoppingVendorWhereInput.schema'; export const ShoppingVendorDeleteManySchema: z.ZodType = z.object({ where: ShoppingVendorWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const ShoppingVendorDeleteManyZodSchema = z.object({ where: ShoppingVendorWhereInputObjectSchema.optional() }).strict();