libraries.io
    Preparing search index...

    Interface Contributor

    interface Contributor {
        bio: null | string;
        blog: null | string;
        company: null | string;
        created_at: string;
        email: null | string;
        followers: null | number;
        following: null | number;
        github_id: string;
        hidden: boolean;
        host_type: string;
        last_synced_at: string;
        location: null | string;
        login: string;
        name: string;
        updated_at: string;
        user_type: string;
        uuid: string;
    }
    Index

    Properties

    bio: null | string
    blog: null | string
    company: null | string
    created_at: string
    email: null | string
    followers: null | number
    following: null | number
    github_id: string
    hidden: boolean
    host_type: string
    last_synced_at: string
    location: null | string
    login: string
    name: string
    updated_at: string
    user_type: string
    uuid: string