Skip to content

Latest commit

 

History

History
97 lines (49 loc) · 2.03 KB

SearchResultArtist.md

File metadata and controls

97 lines (49 loc) · 2.03 KB

bandcamp-fetchDocs


bandcamp-fetch / SearchResultArtist

Interface: SearchResultArtist

Extends

Properties

genre?

optional genre: string

Defined in

lib/types/Search.ts:16


imageUrl?

optional imageUrl: string

Inherited from

SearchResultItem.imageUrl

Defined in

lib/types/Search.ts:10


location?

optional location: string

Defined in

lib/types/Search.ts:15


name

name: string

Inherited from

SearchResultItem.name

Defined in

lib/types/Search.ts:8


tags?

optional tags: string

Defined in

lib/types/Search.ts:17


type

type: "artist"

Overrides

SearchResultItem.type

Defined in

lib/types/Search.ts:14


url

url: string

Inherited from

SearchResultItem.url

Defined in

lib/types/Search.ts:9