Manga entry imported from Kenmei.
export interface KenmeiManga { id: string | number; title: string; status: string; score: number; chaptersRead: number; volumesRead: number; notes: string; createdAt: string; updatedAt: string; lastReadAt?: string;} Copy
export interface KenmeiManga { id: string | number; title: string; status: string; score: number; chaptersRead: number; volumesRead: number; notes: string; createdAt: string; updatedAt: string; lastReadAt?: string;}
Optional
Manga entry imported from Kenmei.
Source