import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { BackupDestinationWhereInputObjectSchema as BackupDestinationWhereInputObjectSchema } from './objects/BackupDestinationWhereInput.schema'; export const BackupDestinationDeleteManySchema: z.ZodType = z.object({ where: BackupDestinationWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const BackupDestinationDeleteManyZodSchema = z.object({ where: BackupDestinationWhereInputObjectSchema.optional() }).strict();