119 lines
1.6 KiB
Markdown
119 lines
1.6 KiB
Markdown
|
[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
|
||
|
|
||
|
lib/types/Search.ts:37
|
||
|
|
||
|
___
|
||
|
|
||
|
### artist
|
||
|
|
||
|
• `Optional` **artist**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:36
|
||
|
|
||
|
___
|
||
|
|
||
|
### 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
|
||
|
|
||
|
___
|
||
|
|
||
|
### releaseDate
|
||
|
|
||
|
• `Optional` **releaseDate**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:38
|
||
|
|
||
|
___
|
||
|
|
||
|
### tags
|
||
|
|
||
|
• `Optional` **tags**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:39
|
||
|
|
||
|
___
|
||
|
|
||
|
### type
|
||
|
|
||
|
• **type**: ``"track"``
|
||
|
|
||
|
#### Overrides
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:35
|
||
|
|
||
|
___
|
||
|
|
||
|
### url
|
||
|
|
||
|
• **url**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:9
|