Files
DentalManagementMH05/packages/db/shared/schemas/objects/NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts

17 lines
1.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema: z.ZodType<Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput>;
export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput;
update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput;
where?: Prisma.NpiProviderWhereInput | undefined;
}, {
create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput;
update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput;
where?: Prisma.NpiProviderWhereInput | undefined;
}>;
//# sourceMappingURL=NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map