MinimalMatchResult: { kenmeiManga: { chaptersRead: number } }

Minimal match result shape containing only kenmeiManga for chapters extraction.

Type declaration

  • ReadonlykenmeiManga: { chaptersRead: number }
type MinimalMatchResult = {
readonly kenmeiManga: {
readonly chaptersRead: number;
};
};