import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { ServiceLineTransactionWhereInputObjectSchema as ServiceLineTransactionWhereInputObjectSchema } from './objects/ServiceLineTransactionWhereInput.schema'; export const ServiceLineTransactionDeleteManySchema: z.ZodType = z.object({ where: ServiceLineTransactionWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType; export const ServiceLineTransactionDeleteManyZodSchema = z.object({ where: ServiceLineTransactionWhereInputObjectSchema.optional() }).strict();