20 lines
3.1 KiB
TypeScript
20 lines
3.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientDocumentCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.PatientDocumentCreateNestedManyWithoutPatientInput>;
|
|
export declare const PatientDocumentCreateNestedManyWithoutPatientInputObjectZodSchema: 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=PatientDocumentCreateNestedManyWithoutPatientInput.schema.d.ts.map
|