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

23 lines
2.4 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const AppointmentProcedureUpsertOneSchema: z.ZodType<Prisma.AppointmentProcedureUpsertArgs>;
export declare const AppointmentProcedureUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureCreateInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateInput>, z.ZodType<Prisma.AppointmentProcedureUncheckedCreateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureUpdateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateInput>, z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentProcedureUncheckedCreateInput | Prisma.AppointmentProcedureCreateInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput;
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.AppointmentProcedureUncheckedCreateInput | Prisma.AppointmentProcedureCreateInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput;
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneAppointmentProcedure.schema.d.ts.map