20 lines
2.7 KiB
TypeScript
20 lines
2.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.PatientCreateNestedManyWithoutUserInput>;
|
|
export declare const PatientCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutUserInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutUserInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.PatientCreateManyUserInputEnvelope>>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientCreateNestedManyWithoutUserInput.schema.d.ts.map
|