@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias UserCreateNestedOneWithoutUserRolesInput

    type UserCreateNestedOneWithoutUserRolesInput = {
        connect?: UserWhereUniqueInput;
        connectOrCreate?: UserCreateOrConnectWithoutUserRolesInput;
        create?: Prisma.XOR<
            UserCreateWithoutUserRolesInput,
            UserUncheckedCreateWithoutUserRolesInput,
        >;
    }
    Index

    Properties