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

14 lines
892 B
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const AppointmentProcedureUpdateManySchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyArgs>;
export declare const AppointmentProcedureUpdateManyZodSchema: z.ZodObject<{
data: z.ZodType<Prisma.AppointmentProcedureUpdateManyMutationInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyMutationInput>;
where: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereInput>>;
}, "strict", z.ZodTypeAny, {
data: Prisma.AppointmentProcedureUpdateManyMutationInput;
where?: Prisma.AppointmentProcedureWhereInput | undefined;
}, {
data: Prisma.AppointmentProcedureUpdateManyMutationInput;
where?: Prisma.AppointmentProcedureWhereInput | undefined;
}>;
//# sourceMappingURL=updateManyAppointmentProcedure.schema.d.ts.map