interface ConfidenceRecalculationMatchContext {
    index: number;
    total: number;
    match: MangaMatchResult;
    updatedMatch: MangaMatchResult;
}

Properties

index: number
total: number
updatedMatch: MangaMatchResult