130 lines
2.6 KiB
Markdown
130 lines
2.6 KiB
Markdown
[bandcamp-fetch](../README.md) / SearchResultAlbum
|
|
|
|
# Interface: SearchResultAlbum
|
|
|
|
## Hierarchy
|
|
|
|
- [`SearchResultItem`](SearchResultItem.md)
|
|
|
|
↳ **`SearchResultAlbum`**
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [artist](SearchResultAlbum.md#artist)
|
|
- [duration](SearchResultAlbum.md#duration)
|
|
- [imageUrl](SearchResultAlbum.md#imageurl)
|
|
- [name](SearchResultAlbum.md#name)
|
|
- [numTracks](SearchResultAlbum.md#numtracks)
|
|
- [releaseDate](SearchResultAlbum.md#releasedate)
|
|
- [tags](SearchResultAlbum.md#tags)
|
|
- [type](SearchResultAlbum.md#type)
|
|
- [url](SearchResultAlbum.md#url)
|
|
|
|
## Properties
|
|
|
|
### artist
|
|
|
|
• `Optional` **artist**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L27)
|
|
|
|
___
|
|
|
|
### duration
|
|
|
|
• `Optional` **duration**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L29)
|
|
|
|
___
|
|
|
|
### 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)
|
|
|
|
___
|
|
|
|
### numTracks
|
|
|
|
• `Optional` **numTracks**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L28)
|
|
|
|
___
|
|
|
|
### releaseDate
|
|
|
|
• `Optional` **releaseDate**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L30)
|
|
|
|
___
|
|
|
|
### tags
|
|
|
|
• `Optional` **tags**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L31)
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: ``"album"``
|
|
|
|
#### Overrides
|
|
|
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Search.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L26)
|
|
|
|
___
|
|
|
|
### 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)
|