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

53 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-06-10 16:52:27 +02:00
[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
2023-10-29 18:25:17 +01:00
[lib/search/SearchAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/search/SearchAPI.ts#L20)
2023-06-10 16:52:27 +02:00
___
### artistImageFormat
`Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/search/SearchAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/search/SearchAPI.ts#L21)
2023-06-10 16:52:27 +02:00
___
### page
`Optional` **page**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/search/SearchAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/search/SearchAPI.ts#L19)
2023-06-10 16:52:27 +02:00
___
### query
**query**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/search/SearchAPI.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/search/SearchAPI.ts#L18)