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

17 lines
1.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentUpsertWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.PaymentUpsertWithoutServiceLinesInput>;
export declare const PaymentUpsertWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLinesInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput;
update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.PaymentWhereInput | undefined;
}, {
create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput;
update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.PaymentWhereInput | undefined;
}>;
//# sourceMappingURL=PaymentUpsertWithoutServiceLinesInput.schema.d.ts.map