import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { PdfGroupWhereInputObjectSchema as PdfGroupWhereInputObjectSchema } from './objects/PdfGroupWhereInput.schema'; export const PdfGroupDeleteManySchema: z.ZodType = z.object({ where: PdfGroupWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const PdfGroupDeleteManyZodSchema = z.object({ where: PdfGroupWhereInputObjectSchema.optional() }).strict();