53 lines
867 B
Markdown
53 lines
867 B
Markdown
[bandcamp-fetch](../README.md) / SearchAPISearchParams
|
|
|
|
# Interface: SearchAPISearchParams
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [albumImageFormat](SearchAPISearchParams.md#albumimageformat)
|
|
- [artistImageFormat](SearchAPISearchParams.md#artistimageformat)
|
|
- [page](SearchAPISearchParams.md#page)
|
|
- [query](SearchAPISearchParams.md#query)
|
|
|
|
## Properties
|
|
|
|
### albumImageFormat
|
|
|
|
• `Optional` **albumImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
#### Defined in
|
|
|
|
lib/search/SearchAPI.ts:21
|
|
|
|
___
|
|
|
|
### artistImageFormat
|
|
|
|
• `Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
#### Defined in
|
|
|
|
lib/search/SearchAPI.ts:22
|
|
|
|
___
|
|
|
|
### page
|
|
|
|
• `Optional` **page**: `number`
|
|
|
|
#### Defined in
|
|
|
|
lib/search/SearchAPI.ts:20
|
|
|
|
___
|
|
|
|
### query
|
|
|
|
• **query**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/search/SearchAPI.ts:19
|