@oss-autopilot/core - v1.6.3
    Preparing search index...

    Interface ComputeStatsInput

    interface ComputeStatsInput {
        activePRCount: number;
        repoScores: Record<
            string,
            Pick<RepoScore, "mergedPRCount" | "closedWithoutMergeCount" | "repo">,
        >;
    }
    Index

    Properties

    activePRCount: number
    repoScores: Record<
        string,
        Pick<RepoScore, "mergedPRCount" | "closedWithoutMergeCount" | "repo">,
    >