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

14 lines
1.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientUpdateToOneWithWhereWithoutCommunicationsInputObjectSchema: z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput>;
export declare const PatientUpdateToOneWithWhereWithoutCommunicationsInputObjectZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutCommunicationsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutCommunicationsInput>>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput;
where?: Prisma.PatientWhereInput | undefined;
}, {
data: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput;
where?: Prisma.PatientWhereInput | undefined;
}>;
//# sourceMappingURL=PatientUpdateToOneWithWhereWithoutCommunicationsInput.schema.d.ts.map