bandcamp-fetch/docs/api/interfaces/SearchResultAlbum.md

130 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2023-06-10 16:52:27 +02:00
[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
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L27)
2023-06-10 16:52:27 +02:00
___
### duration
`Optional` **duration**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L29)
2023-06-10 16:52:27 +02:00
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L10)
2023-06-10 16:52:27 +02:00
___
### name
**name**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L8)
2023-06-10 16:52:27 +02:00
___
### numTracks
`Optional` **numTracks**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L28)
2023-06-10 16:52:27 +02:00
___
### releaseDate
`Optional` **releaseDate**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L30)
2023-06-10 16:52:27 +02:00
___
### tags
`Optional` **tags**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L31)
2023-06-10 16:52:27 +02:00
___
### type
**type**: ``"album"``
#### Overrides
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L26)
2023-06-10 16:52:27 +02:00
___
### url
**url**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L9)