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

14 lines
1.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput>;
export declare const AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyMutationInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.AppointmentProcedureScalarWhereInput;
data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput;
}, {
where: Prisma.AppointmentProcedureScalarWhereInput;
data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput;
}>;
//# sourceMappingURL=AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.d.ts.map