Decision result for manga inclusion with optional score adjustment.
export interface InclusionResult { shouldInclude: boolean; adjustedScore: number;} Copy
export interface InclusionResult { shouldInclude: boolean; adjustedScore: number;}
Whether the manga should be included in results.
The match score, potentially adjusted based on match quality.
Decision result for manga inclusion with optional score adjustment.
Source