Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/AppointmentUpdateWithWhereUniqueWithoutPatientInput.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 AppointmentUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateWithWhereUniqueWithoutPatientInput>;
export declare const AppointmentUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.AppointmentWhereUniqueInput;
data: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput;
}, {
where: Prisma.AppointmentWhereUniqueInput;
data: Prisma.AppointmentUncheckedUpdateWithoutPatientInput | Prisma.AppointmentUpdateWithoutPatientInput;
}>;
//# sourceMappingURL=AppointmentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts.map