Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PatientDocumentUpdateManyWithWhereWithoutPatientInput.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 PatientDocumentUpdateManyWithWhereWithoutPatientInputObjectSchema: z.ZodType<Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput>;
export declare const PatientDocumentUpdateManyWithWhereWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpdateManyMutationInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.PatientDocumentScalarWhereInput;
data: Prisma.PatientDocumentUpdateManyMutationInput | Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientInput;
}, {
where: Prisma.PatientDocumentScalarWhereInput;
data: Prisma.PatientDocumentUpdateManyMutationInput | Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientInput;
}>;
//# sourceMappingURL=PatientDocumentUpdateManyWithWhereWithoutPatientInput.schema.d.ts.map