14 lines
1.3 KiB
TypeScript
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
|