14 lines
736 B
TypeScript
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
|