14 lines
892 B
TypeScript
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
|