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

119 lines
2.3 KiB
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / SearchResultTrack
# Interface: SearchResultTrack
## Hierarchy
- [`SearchResultItem`](SearchResultItem.md)
**`SearchResultTrack`**
## Table of contents
### Properties
- [album](SearchResultTrack.md#album)
- [artist](SearchResultTrack.md#artist)
- [imageUrl](SearchResultTrack.md#imageurl)
- [name](SearchResultTrack.md#name)
- [releaseDate](SearchResultTrack.md#releasedate)
- [tags](SearchResultTrack.md#tags)
- [type](SearchResultTrack.md#type)
- [url](SearchResultTrack.md#url)
## Properties
### album
`Optional` **album**: `string`
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L37)
2023-06-10 16:52:27 +02:00
___
### artist
`Optional` **artist**: `string`
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L36)
2023-06-10 16:52:27 +02:00
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/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-06-13 22:09:54 +02:00
[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L8)
2023-06-10 16:52:27 +02:00
___
### releaseDate
`Optional` **releaseDate**: `string`
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L38)
2023-06-10 16:52:27 +02:00
___
### tags
`Optional` **tags**: `string`
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L39)
2023-06-10 16:52:27 +02:00
___
### type
**type**: ``"track"``
#### Overrides
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L35)
2023-06-10 16:52:27 +02:00
___
### url
**url**: `string`
#### Inherited from
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
#### Defined in
2023-06-13 22:09:54 +02:00
[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L9)