14 lines
832 B
TypeScript
14 lines
832 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PatientDocumentUpdateManySchema: z.ZodType<Prisma.PatientDocumentUpdateManyArgs>;
|
|
export declare const PatientDocumentUpdateManyZodSchema: z.ZodObject<{
|
|
data: z.ZodType<Prisma.PatientDocumentUpdateManyMutationInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateManyMutationInput>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.PatientDocumentWhereInput, z.ZodTypeDef, Prisma.PatientDocumentWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PatientDocumentUpdateManyMutationInput;
|
|
where?: Prisma.PatientDocumentWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.PatientDocumentUpdateManyMutationInput;
|
|
where?: Prisma.PatientDocumentWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=updateManyPatientDocument.schema.d.ts.map
|