11 lines
589 B
TypeScript
11 lines
589 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PatientDocumentDeleteManySchema: z.ZodType<Prisma.PatientDocumentDeleteManyArgs>;
|
|
export declare const PatientDocumentDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.PatientDocumentWhereInput, z.ZodTypeDef, Prisma.PatientDocumentWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.PatientDocumentWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.PatientDocumentWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyPatientDocument.schema.d.ts.map
|