14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType<Prisma.PatientUpdateManyWithWhereWithoutUserInput>;
|
|
export declare const PatientUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereInput, z.ZodTypeDef, Prisma.PatientScalarWhereInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateManyMutationInput, z.ZodTypeDef, Prisma.PatientUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateManyWithoutUserInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateManyWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PatientScalarWhereInput;
|
|
data: Prisma.PatientUpdateManyMutationInput | Prisma.PatientUncheckedUpdateManyWithoutUserInput;
|
|
}, {
|
|
where: Prisma.PatientScalarWhereInput;
|
|
data: Prisma.PatientUpdateManyMutationInput | Prisma.PatientUncheckedUpdateManyWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateManyWithWhereWithoutUserInput.schema.d.ts.map
|