Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PatientUpdateToOneWithWhereWithoutAppointmentsInput.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 PatientUpdateToOneWithWhereWithoutAppointmentsInputObjectSchema: z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput>;
export declare const PatientUpdateToOneWithWhereWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutAppointmentsInput>>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput;
where?: Prisma.PatientWhereInput | undefined;
}, {
data: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput;
where?: Prisma.PatientWhereInput | undefined;
}>;
//# sourceMappingURL=PatientUpdateToOneWithWhereWithoutAppointmentsInput.schema.d.ts.map