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

17 lines
1.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput>;
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithoutPatientInput;
}, {
create: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUncheckedUpdateWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithoutPatientInput;
}>;
//# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map