jamespot-user-api
    Preparing search index...

    Type Alias UserLevelAndRight

    type UserLevelAndRight = {
        accessRequestStatus?: GroupModerateStatus;
        groupPrivacy: GroupPrivacy;
        spotMinLevelToInvit: number;
        userLevelSpot: UserLevelSpot;
        userRights: Rights;
    }
    Index

    Properties

    accessRequestStatus?: GroupModerateStatus
    groupPrivacy: GroupPrivacy
    spotMinLevelToInvit: number
    userLevelSpot: UserLevelSpot
    userRights: Rights