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

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentUpdateToOneWithWhereWithoutClaimInputObjectSchema: z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput>;
export declare const PaymentUpdateToOneWithWhereWithoutClaimInputObjectZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutClaimInput>>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput;
where?: Prisma.PaymentWhereInput | undefined;
}, {
data: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput;
where?: Prisma.PaymentWhereInput | undefined;
}>;
//# sourceMappingURL=PaymentUpdateToOneWithWhereWithoutClaimInput.schema.d.ts.map