coldbydefault-portfolio
    Preparing search index...

    Interface GitHubApiResponse

    interface GitHubApiResponse {
        activity?: GitHubActivity[];
        error?: string;
        lastUpdated?: string;
        profile?: GitHubProfile;
        repositories?: GitHubRepo[];
        stats?: GitHubStats;
    }
    Index

    Properties

    activity?: GitHubActivity[]
    error?: string
    lastUpdated?: string
    profile?: GitHubProfile
    repositories?: GitHubRepo[]
    stats?: GitHubStats