Statistics tracking results of a manga import operation (new, updated, total counts).
export interface ImportResults { newMangaCount: number; updatedMangaCount: number; totalManga: number;} Copy
export interface ImportResults { newMangaCount: number; updatedMangaCount: number; totalManga: number;}
Statistics tracking results of a manga import operation (new, updated, total counts).
Source