86 lines
1.6 KiB
Markdown
86 lines
1.6 KiB
Markdown
[bandcamp-fetch](../README.md) / SearchResultFan
|
|
|
|
# Interface: SearchResultFan
|
|
|
|
## Hierarchy
|
|
|
|
- [`SearchResultItem`](SearchResultItem.md)
|
|
|
|
↳ **`SearchResultFan`**
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [genre](SearchResultFan.md#genre)
|
|
- [imageUrl](SearchResultFan.md#imageurl)
|
|
- [name](SearchResultFan.md#name)
|
|
- [type](SearchResultFan.md#type)
|
|
- [url](SearchResultFan.md#url)
|
|
|
|
## Properties
|
|
|
|
### genre
|
|
|
|
• `Optional` **genre**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:44](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L44)
|
|
|
|
___
|
|
|
|
### 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)
|
|
|
|
___
|
|
|
|
### 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**: ``"fan"``
|
|
|
|
#### Overrides
|
|
|
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L43)
|
|
|
|
___
|
|
|
|
### 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)
|