14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientDocumentCreateManyPatientInputEnvelopeObjectSchema: z.ZodType<Prisma.PatientDocumentCreateManyPatientInputEnvelope>;
|
|
export declare const PatientDocumentCreateManyPatientInputEnvelopeObjectZodSchema: z.ZodObject<{
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateManyPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateManyPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateManyPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateManyPatientInput>>, "many">]>;
|
|
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PatientDocumentCreateManyPatientInput | Prisma.PatientDocumentCreateManyPatientInput[];
|
|
skipDuplicates?: boolean | undefined;
|
|
}, {
|
|
data: Prisma.PatientDocumentCreateManyPatientInput | Prisma.PatientDocumentCreateManyPatientInput[];
|
|
skipDuplicates?: boolean | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientDocumentCreateManyPatientInputEnvelope.schema.d.ts.map
|