Files
DentalManagementMHAprilgg/packages/db/shared/schemas/updateManyPatient.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
736 B
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const PatientUpdateManySchema: z.ZodType<Prisma.PatientUpdateManyArgs>;
export declare const PatientUpdateManyZodSchema: z.ZodObject<{
data: z.ZodType<Prisma.PatientUpdateManyMutationInput, z.ZodTypeDef, Prisma.PatientUpdateManyMutationInput>;
where: z.ZodOptional<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PatientUpdateManyMutationInput;
where?: Prisma.PatientWhereInput | undefined;
}, {
data: Prisma.PatientUpdateManyMutationInput;
where?: Prisma.PatientWhereInput | undefined;
}>;
//# sourceMappingURL=updateManyPatient.schema.d.ts.map