Interface IUserFavorites

Hierarchy

  • IUserFavorites

Properties

anime: (IUserSource & {
    type: AnimeTypes;
})[]

List of favorites of the user for anime

characters: ISourceForUser[]

List of favorites of the user for characters

manga: (IUserSource & {
    type: MangaTypes;
})[]

List of favorites of the user for anime

people: ISourceForUser[]

List of favorites of the user for people

Generated using TypeDoc