53 lines
911 B
Markdown
53 lines
911 B
Markdown
|
[bandcamp-fetch](../README.md) / TrackAPIGetInfoParams
|
||
|
|
||
|
# Interface: TrackAPIGetInfoParams
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [albumImageFormat](TrackAPIGetInfoParams.md#albumimageformat)
|
||
|
- [artistImageFormat](TrackAPIGetInfoParams.md#artistimageformat)
|
||
|
- [includeRawData](TrackAPIGetInfoParams.md#includerawdata)
|
||
|
- [trackUrl](TrackAPIGetInfoParams.md#trackurl)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### albumImageFormat
|
||
|
|
||
|
• `Optional` **albumImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/track/TrackAPI.ts:10
|
||
|
|
||
|
___
|
||
|
|
||
|
### artistImageFormat
|
||
|
|
||
|
• `Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/track/TrackAPI.ts:11
|
||
|
|
||
|
___
|
||
|
|
||
|
### includeRawData
|
||
|
|
||
|
• `Optional` **includeRawData**: `boolean`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/track/TrackAPI.ts:12
|
||
|
|
||
|
___
|
||
|
|
||
|
### trackUrl
|
||
|
|
||
|
• **trackUrl**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/track/TrackAPI.ts:9
|