Member Junction
    Preparing search index...

    Items needing review, sorted by priority

    interface NeedsReviewItem {
        priority: "high" | "medium" | "low";
        reason: string;
        run: TestRunWithFeedback;
    }
    Index

    Properties

    Properties

    priority: "high" | "medium" | "low"
    reason: string