User entry data structure from AniList

interface UserEntryData {
    status: string;
    progress: number;
    score: number;
    private: boolean;
}

Properties

status: string
progress: number
score: number
private: boolean