Class AnimeFull

Hierarchy

Constructors

Properties

approved: boolean
background: null | string
broadcast: null | AnimeBroadcast
client: Client
demographics: AnimeGenreMeta<"Demographic">[]
duration: null | number
episodes: null | number
explicitGenres: AnimeGenreMeta<"Explicit">[]
external: ContentExternal[]
favorites: number
genres: AnimeGenreMeta<"Genre">[]
id: number
licensors: ProducerMeta[]
members: number
popularity: number
producers: ProducerMeta[]
rank: number
rating: AnimeRating
score: null | number
scoredBy: null | number
season: null | AnimeSeason
source: null | string
streamingLinks: Link[]
studios: ProducerMeta[]
synopsis: null | string
themeSongs: {
    endings: string[];
    optenings: string[];
}

Type declaration

  • endings: string[]
  • optenings: string[]
themes: AnimeGenreMeta<"Theme">[]
titles: TitleArray
trailer: null | YoutubeVideo
type: AnimeType
url: URL
year: null | number

Accessors

Methods

  • Type Parameters

    • IsNullable extends boolean = false

    Parameters

    • input: any
    • nullable: IsNullable = ...

    Returns IsNullable extends false
        ? Date
        : null | Date

  • Type Parameters

    • IsNullable extends boolean = false

    Parameters

    • input: any
    • nullable: IsNullable = ...

    Returns IsNullable extends false
        ? URL
        : null | URL

Generated using TypeDoc