@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface ParsedIssueItem

    A single parsed issue from a markdown list (#82)

    interface ParsedIssueItem {
        number: number;
        repo: string;
        score?: number;
        tier: string;
        title: string;
        url: string;
    }
    Index

    Properties

    number: number
    repo: string
    score?: number
    tier: string
    title: string
    url: string