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

14 lines
1.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentUpdateManyWithWhereWithoutStaffInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateManyWithWhereWithoutStaffInput>;
export declare const AppointmentUpdateManyWithWhereWithoutStaffInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateManyMutationInput, z.ZodTypeDef, Prisma.AppointmentUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateManyWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateManyWithoutStaffInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.AppointmentScalarWhereInput;
data: Prisma.AppointmentUpdateManyMutationInput | Prisma.AppointmentUncheckedUpdateManyWithoutStaffInput;
}, {
where: Prisma.AppointmentScalarWhereInput;
data: Prisma.AppointmentUpdateManyMutationInput | Prisma.AppointmentUncheckedUpdateManyWithoutStaffInput;
}>;
//# sourceMappingURL=AppointmentUpdateManyWithWhereWithoutStaffInput.schema.d.ts.map