Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.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 AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput>;
export declare const AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInputObjectZodSchema: 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.AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.AppointmentProcedureScalarWhereInput;
data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput;
}, {
where: Prisma.AppointmentProcedureScalarWhereInput;
data: Prisma.AppointmentProcedureUpdateManyMutationInput | Prisma.AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput;
}>;
//# sourceMappingURL=AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput.schema.d.ts.map