14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientDocumentUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput>;
|
|
export declare const PatientDocumentUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedUpdateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PatientDocumentWhereUniqueInput;
|
|
data: Prisma.PatientDocumentUpdateWithoutPatientInput | Prisma.PatientDocumentUncheckedUpdateWithoutPatientInput;
|
|
}, {
|
|
where: Prisma.PatientDocumentWhereUniqueInput;
|
|
data: Prisma.PatientDocumentUpdateWithoutPatientInput | Prisma.PatientDocumentUncheckedUpdateWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=PatientDocumentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|