Mika Scraper / AnimeReference
Interface: AnimeReference
Defined in: src/anime-finder/anime-finder.ts:7
Represents a structured reference object returned by the AnimeFinder API. This interface serves as a way to encapsulate all necessary information regarding an anime reference that the API provides.
Properties
site
site:
string
Defined in:
src/anime-finder/anime-finder.ts:8
The name of the site where the anime reference is hosted. This property provides context about the source of the information.
url
url:
string
Defined in:
src/anime-finder/anime-finder.ts:9
The URL link to the specific anime reference on the respective site. Developers can use this property to navigate to the source directly.
Last updated on