Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PaymentUpdateToOneWithWhereWithoutServiceLinesInput.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 PaymentUpdateToOneWithWhereWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput>;
export declare const PaymentUpdateToOneWithWhereWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.PaymentWhereInput | undefined;
}, {
data: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.PaymentWhereInput | undefined;
}>;
//# sourceMappingURL=PaymentUpdateToOneWithWhereWithoutServiceLinesInput.schema.d.ts.map