Mika Scraper / Episode
Interface: Episode
Defined in: src/animob/animob.ts:19
The Episode
interface represents a specific episode associated with an anime series. It encapsulates essential information about the episode, making it easier to manage and display data within the application.
Indexable
[key
: string
]: any
This index signature allows access to additional properties of the Episode
object beyond the explicitly defined properties.
Properties
id
id:
string
Defined in: src/animob/animob.ts:20
A unique identifier for the episode. This property is essential for distinguishing between different episodes within an anime series.
number
number:
number
Defined in: src/animob/animob.ts:21
The sequential number of the episode in the anime series. This is typically used for ordering episodes.
title?
optional
title:string
Defined in: src/animob/animob.ts:22
The title of the episode. This property is optional, allowing for use cases where the title may not be available.