Files
DentalManagementMH06/packages/db/shared/schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts

17 lines
2.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput>;
export declare const AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutNpiProviderInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput;
}, {
create: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUpdateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput;
}>;
//# sourceMappingURL=AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.d.ts.map