Interface IMangaUserUpdates

Hierarchy

Properties

chapters_read: null | number

Number of chapters read by the user

chapters_total: null | number

Total chapters of the manga to read

date: string

Date which the update was done

entry: {
    images: IPicture;
    mal_id: number;
    title: string;
    url: string;
}

Entry (data) of the manga

Type declaration

  • images: IPicture

    Images of the source in the formats webp & jpg

  • mal_id: number

    MAL ID of the source

  • title: string

    Title of the source

  • url: string

    MAL URL of the source

score: null | number

Score given by the user

status: null | string

Status for the user in the source

volumes_read: null | number

Number of volumes read by the user

volumes_total: null | number

Total volumes of the manga to read

Generated using TypeDoc