Skip to content

Latest commit

 

History

History
107 lines (54 loc) · 2.25 KB

SearchResultTrack.md

File metadata and controls

107 lines (54 loc) · 2.25 KB

bandcamp-fetchDocs


bandcamp-fetch / SearchResultTrack

Interface: SearchResultTrack

Extends

Properties

album?

optional album: string

Defined in

lib/types/Search.ts:37


artist?

optional artist: string

Defined in

lib/types/Search.ts:36


imageUrl?

optional imageUrl: string

Inherited from

SearchResultItem.imageUrl

Defined in

lib/types/Search.ts:10


name

name: string

Inherited from

SearchResultItem.name

Defined in

lib/types/Search.ts:8


releaseDate?

optional releaseDate: string

Defined in

lib/types/Search.ts:38


tags?

optional tags: string

Defined in

lib/types/Search.ts:39


type

type: "track"

Overrides

SearchResultItem.type

Defined in

lib/types/Search.ts:35


url

url: string

Inherited from

SearchResultItem.url

Defined in

lib/types/Search.ts:9