bandcamp-fetch/docs/api/interfaces/SearchResultTrack.md
2023-06-14 04:09:54 +08:00

2.3 KiB

bandcamp-fetch / SearchResultTrack

Interface: SearchResultTrack

Hierarchy

Table of contents

Properties

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