130 lines
1.8 KiB
Markdown
130 lines
1.8 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
|
||
|
|
||
|
___
|
||
|
|
||
|
### duration
|
||
|
|
||
|
• `Optional` **duration**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:29
|
||
|
|
||
|
___
|
||
|
|
||
|
### imageUrl
|
||
|
|
||
|
• `Optional` **imageUrl**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:10
|
||
|
|
||
|
___
|
||
|
|
||
|
### name
|
||
|
|
||
|
• **name**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:8
|
||
|
|
||
|
___
|
||
|
|
||
|
### numTracks
|
||
|
|
||
|
• `Optional` **numTracks**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:28
|
||
|
|
||
|
___
|
||
|
|
||
|
### releaseDate
|
||
|
|
||
|
• `Optional` **releaseDate**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:30
|
||
|
|
||
|
___
|
||
|
|
||
|
### tags
|
||
|
|
||
|
• `Optional` **tags**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:31
|
||
|
|
||
|
___
|
||
|
|
||
|
### type
|
||
|
|
||
|
• **type**: ``"album"``
|
||
|
|
||
|
#### Overrides
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:26
|
||
|
|
||
|
___
|
||
|
|
||
|
### url
|
||
|
|
||
|
• **url**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:9
|