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

14 lines
1004 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupCreateManyPatientInputEnvelopeObjectSchema: z.ZodType<Prisma.PdfGroupCreateManyPatientInputEnvelope>;
export declare const PdfGroupCreateManyPatientInputEnvelopeObjectZodSchema: z.ZodObject<{
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateManyPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateManyPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateManyPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateManyPatientInput>>, "many">]>;
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PdfGroupCreateManyPatientInput | Prisma.PdfGroupCreateManyPatientInput[];
skipDuplicates?: boolean | undefined;
}, {
data: Prisma.PdfGroupCreateManyPatientInput | Prisma.PdfGroupCreateManyPatientInput[];
skipDuplicates?: boolean | undefined;
}>;
//# sourceMappingURL=PdfGroupCreateManyPatientInputEnvelope.schema.d.ts.map