import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; import { ServiceLineSelectObjectSchema as ServiceLineSelectObjectSchema } from './objects/ServiceLineSelect.schema'; import { ServiceLineIncludeObjectSchema as ServiceLineIncludeObjectSchema } from './objects/ServiceLineInclude.schema'; import { ServiceLineWhereUniqueInputObjectSchema as ServiceLineWhereUniqueInputObjectSchema } from './objects/ServiceLineWhereUniqueInput.schema'; export const ServiceLineFindUniqueOrThrowSchema: z.ZodType = z.object({ select: ServiceLineSelectObjectSchema.optional(), include: ServiceLineIncludeObjectSchema.optional(), where: ServiceLineWhereUniqueInputObjectSchema }).strict() as unknown as z.ZodType; export const ServiceLineFindUniqueOrThrowZodSchema = z.object({ select: ServiceLineSelectObjectSchema.optional(), include: ServiceLineIncludeObjectSchema.optional(), where: ServiceLineWhereUniqueInputObjectSchema }).strict();