import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { ShoppingVendorSelectObjectSchema as ShoppingVendorSelectObjectSchema } from './objects/ShoppingVendorSelect.schema'; import { ShoppingVendorIncludeObjectSchema as ShoppingVendorIncludeObjectSchema } from './objects/ShoppingVendorInclude.schema'; import { ShoppingVendorWhereUniqueInputObjectSchema as ShoppingVendorWhereUniqueInputObjectSchema } from './objects/ShoppingVendorWhereUniqueInput.schema'; export const ShoppingVendorDeleteOneSchema: z.ZodType = z.object({ select: ShoppingVendorSelectObjectSchema.optional(), include: ShoppingVendorIncludeObjectSchema.optional(), where: ShoppingVendorWhereUniqueInputObjectSchema }).strict() as unknown as z.ZodType; export const ShoppingVendorDeleteOneZodSchema = z.object({ select: ShoppingVendorSelectObjectSchema.optional(), include: ShoppingVendorIncludeObjectSchema.optional(), where: ShoppingVendorWhereUniqueInputObjectSchema }).strict();