14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput>;
|
|
export declare const PaymentUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
data: Prisma.PaymentUncheckedUpdateWithoutPatientInput | Prisma.PaymentUpdateWithoutPatientInput;
|
|
}, {
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
data: Prisma.PaymentUncheckedUpdateWithoutPatientInput | Prisma.PaymentUpdateWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|