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

86 lines
1.6 KiB
Markdown

[bandcamp-fetch](../README.md) / SearchResultLabel
# Interface: SearchResultLabel
## Hierarchy
- [`SearchResultItem`](SearchResultItem.md)
**`SearchResultLabel`**
## Table of contents
### Properties
- [imageUrl](SearchResultLabel.md#imageurl)
- [location](SearchResultLabel.md#location)
- [name](SearchResultLabel.md#name)
- [type](SearchResultLabel.md#type)
- [url](SearchResultLabel.md#url)
## Properties
### imageUrl
`Optional` **imageUrl**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
#### Defined in
[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L10)
___
### location
`Optional` **location**: `string`
#### Defined in
[lib/types/Search.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L22)
___
### name
**name**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
#### Defined in
[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L8)
___
### type
**type**: ``"label"``
#### Overrides
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
#### Defined in
[lib/types/Search.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L21)
___
### url
**url**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
#### Defined in
[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L9)