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

    Type Alias UserCreateOrConnectWithoutUserRolesInput

    type UserCreateOrConnectWithoutUserRolesInput = {
        create: Prisma.XOR<
            UserCreateWithoutUserRolesInput,
            UserUncheckedCreateWithoutUserRolesInput,
        >;
        where: UserWhereUniqueInput;
    }
    Index

    Properties

    Properties