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

14 lines
956 B
TypeScript

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