Mika Scraper / Anime
Interface: Anime
Defined in: src/animob/animob.ts:6
Represents basic metadata for an anime entity, typically returned by various endpoints of the API.
Indexable
[key
: string
]: any
Properties
id
id:
string
Represents the unique identifier for the anime.
Defined in:src/animob/animob.ts:7
title
title:
string
The title of the anime.
Defined in:src/animob/animob.ts:8
image
image:
string
A URL linking to an image representing the anime.
Defined in:src/animob/animob.ts:9
type
type:
string
The genre or type of the anime (e.g., TV, Movie, OVA).
Defined in:src/animob/animob.ts:10
status
status:
string
The current status of the anime (e.g., Airing, Completed, Upcoming).
Defined in:src/animob/animob.ts:11
description?
optional
description:string
A brief summary of the animeβs plot or themes.
Defined in:src/animob/animob.ts:12