Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Latest commit

 

History

History
140 lines (76 loc) · 2.52 KB

Song.md

File metadata and controls

140 lines (76 loc) · 2.52 KB

@mattplays/aniapi / Exports / Song

Interface: Song

Table of contents

Properties

Properties

album

album: string

Defined in

API/types/Song.ts:8


anime_id

anime_id: number

Defined in

API/types/Song.ts:5


artist

artist: string

Defined in

API/types/Song.ts:7


duration

duration: number

Defined in

API/types/Song.ts:11


id

id: number

Defined in

API/types/Song.ts:4


local_spotify_url

local_spotify_url: string

Defined in

API/types/Song.ts:14


open_spotify_url

open_spotify_url: string

Defined in

API/types/Song.ts:13


preview_url

preview_url: string

Defined in

API/types/Song.ts:12


season

season: AnimeSeasonPeriod

Defined in

API/types/Song.ts:10


title

title: string

Defined in

API/types/Song.ts:6


type

type: AnimeSongType

Defined in

API/types/Song.ts:15


year

year: number

Defined in

API/types/Song.ts:9