Minimal match result shape containing only kenmeiManga for chapters extraction.
Readonly
type MinimalMatchResult = { readonly kenmeiManga: { readonly chaptersRead: number; };}; Copy
type MinimalMatchResult = { readonly kenmeiManga: { readonly chaptersRead: number; };};
Minimal match result shape containing only kenmeiManga for chapters extraction.