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

67 lines
965 B
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
lib/types/Search.ts:10
___
### name
**name**: `string`
#### Defined in
lib/types/Search.ts:8
___
### type
**type**: ``"track"`` \| ``"label"`` \| ``"artist"`` \| ``"album"`` \| ``"fan"``
#### Defined in
lib/types/Search.ts:7
___
### url
**url**: `string`
#### Defined in
lib/types/Search.ts:9