Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ServiceLineUpdateWithWhereUniqueWithoutPaymentInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
1.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineUpdateWithWhereUniqueWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput>;
export declare const ServiceLineUpdateWithWhereUniqueWithoutPaymentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.ServiceLineWhereUniqueInput;
data: Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineUpdateWithoutPaymentInput;
}, {
where: Prisma.ServiceLineWhereUniqueInput;
data: Prisma.ServiceLineUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineUpdateWithoutPaymentInput;
}>;
//# sourceMappingURL=ServiceLineUpdateWithWhereUniqueWithoutPaymentInput.schema.d.ts.map