Interface IRecommendation

Hierarchy

  • IRecommendation

Properties

Properties

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

Data of the recommended source

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

url: string

URL of the recommendation

votes: number

Votes of the recommendated entry

Generated using TypeDoc