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

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupUpdateManyWithWhereWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput>;
export declare const PdfGroupUpdateManyWithWhereWithoutPatientInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateManyMutationInput, z.ZodTypeDef, Prisma.PdfGroupUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.PdfGroupScalarWhereInput;
data: Prisma.PdfGroupUpdateManyMutationInput | Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput;
}, {
where: Prisma.PdfGroupScalarWhereInput;
data: Prisma.PdfGroupUpdateManyMutationInput | Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput;
}>;
//# sourceMappingURL=PdfGroupUpdateManyWithWhereWithoutPatientInput.schema.d.ts.map