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

20 lines
3.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientDocumentUncheckedCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.PatientDocumentUncheckedCreateNestedManyWithoutPatientInput>;
export declare const PatientDocumentUncheckedCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateOrConnectWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PatientDocumentCreateManyPatientInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
}, {
create?: Prisma.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=PatientDocumentUncheckedCreateNestedManyWithoutPatientInput.schema.d.ts.map