User entry data structure from AniList.
export interface UserEntryData { status: string; progress: number; score: number; private: boolean;} Copy
export interface UserEntryData { status: string; progress: number; score: number; private: boolean;}
Current reading status.
Current chapter progress.
User rating (0-10).
Privacy setting.
User entry data structure from AniList.
Source