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

14 lines
1.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput>;
export declare const ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.ServiceLineTransactionWhereUniqueInput;
data: Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithoutPaymentInput;
}, {
where: Prisma.ServiceLineTransactionWhereUniqueInput;
data: Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithoutPaymentInput;
}>;
//# sourceMappingURL=ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput.schema.d.ts.map