Reviewer Suggestion
    Preparing search index...

    Interface Member

    A candidate whose repository permissions have been established.

    interface Member {
        access: number;
        active: boolean;
        bot: boolean;
        emails: string[];
        host: string;
        id: string;
        provider: Platform;
        username: string;
    }

    Hierarchy (View Summary)

    Index
    access: number

    Normalized permission score: writer .6, maintainer .9, administrator 1.

    active: boolean
    bot: boolean
    emails: string[]

    Only known, unambiguous emails should be supplied.

    host: string

    API origin, such as https://api.github.com; excludes the API path.

    id: string

    Provider-assigned account ID, represented as a string.

    provider: Platform

    Hosting platform; combine with host and ID when comparing identities.

    username: string

    Provider-linked login; display names are never identity evidence.