Interface IRandomRecommendation

Hierarchy

  • IRandomRecommendation

Properties

content: string

Content of the recommendation post

date: string

Date which the recommendation post was created

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

Entries of the recommendations

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

mal_id: string

MAL IDs of the compared sources for the recommendation separated by a "-"

Data of user who created the recommendation

Generated using TypeDoc