Interface IAnimeUserUpdates

Hierarchy

Properties

date: string

Date which the update was done

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

Entry (data) of the anime

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

episodes_seen: null | number

Number of episodes seen

episodes_total: null | number

Total number of episodes to watch

score: null | number

Score given by the user

status: null | string

Status for the user in the source

Generated using TypeDoc