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

14 lines
1.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureUpdateManyWithWhereWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput>;
export declare const AppointmentProcedureUpdateManyWithWhereWithoutPatientInputObjectZodSchema: 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.AppointmentProcedureUncheckedUpdateManyWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.AppointmentProcedureScalarWhereInput;
data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientInput;
}, {
where: Prisma.AppointmentProcedureScalarWhereInput;
data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientInput;
}>;
//# sourceMappingURL=AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema.d.ts.map