CLOVER Website - v0.3.1
    Preparing search index...

    Type Alias ProgressData

    type ProgressData = {
        progress: {
            percentageWithBugs: number;
            totalAccepted: number;
            totalWithBugs: number;
        };
        suggestions: AISuggestion[];
    }
    Index

    Properties

    progress: {
        percentageWithBugs: number;
        totalAccepted: number;
        totalWithBugs: number;
    }
    suggestions: AISuggestion[]