Represents the Kenmei data export structure.
export interface KenmeiData { version?: string; exported_at?: string; manga: KenmeiMangaItem[];} Copy
export interface KenmeiData { version?: string; exported_at?: string; manga: KenmeiMangaItem[];}
Optional
The export version.
The export timestamp.
The array of manga items in the export.
Represents the Kenmei data export structure.
Source