bandcamp-fetch/docs/api/interfaces/SearchResultArtist.md
2023-10-30 01:25:17 +08:00

2.1 KiB

bandcamp-fetch / SearchResultArtist

Interface: SearchResultArtist

Hierarchy

Table of contents

Properties

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