bandcamp-fetch/docs/api/interfaces/SearchResultLabel.md
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

86 lines
1.2 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
___
### location
`Optional` **location**: `string`
#### Defined in
lib/types/Search.ts:22
___
### name
**name**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
#### Defined in
lib/types/Search.ts:8
___
### type
**type**: ``"label"``
#### Overrides
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
#### Defined in
lib/types/Search.ts:21
___
### url
**url**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
#### Defined in
lib/types/Search.ts:9