bandcamp-fetch/docs/api/interfaces/SearchResultItem.md

67 lines
1.3 KiB
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / SearchResultItem
# Interface: SearchResultItem
## Hierarchy
- **`SearchResultItem`**
↳ [`SearchResultArtist`](SearchResultArtist.md)
↳ [`SearchResultLabel`](SearchResultLabel.md)
↳ [`SearchResultAlbum`](SearchResultAlbum.md)
↳ [`SearchResultTrack`](SearchResultTrack.md)
↳ [`SearchResultFan`](SearchResultFan.md)
## Table of contents
### Properties
- [imageUrl](SearchResultItem.md#imageurl)
- [name](SearchResultItem.md#name)
- [type](SearchResultItem.md#type)
- [url](SearchResultItem.md#url)
## Properties
### imageUrl
`Optional` **imageUrl**: `string`
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10)
2023-06-10 16:52:27 +02:00
___
### name
**name**: `string`
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8)
2023-06-10 16:52:27 +02:00
___
### type
**type**: ``"track"`` \| ``"label"`` \| ``"artist"`` \| ``"album"`` \| ``"fan"``
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/types/Search.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L7)
2023-06-10 16:52:27 +02:00
___
### url
**url**: `string`
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9)