Optional
coverImage
coverImage?: string | { medium?: string; large?: string }
Optional
format
format?: string
Optional
status
status?: string
Optional
chapters
chapters?: number
Optional
title
title?: string
confidence
confidence: number
Optional
sourceInfo
sourceInfo?: {
title: string;
slug: string;
sourceId: string;
source: string;
foundViaAlternativeSearch: boolean;
}
Optional
comickSource
comickSource?: {
title: string;
slug: string;
comickId: string;
foundViaComick: boolean;
}
Optional
mangaDexSource
mangaDexSource?: {
title: string;
slug: string;
mangaDexId: string;
foundViaMangaDex: boolean;
}
Represents a manga match result with confidence score.
Source