bandcamp-fetch/docs/api/interfaces/ArticleAPIListParams.md
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

42 lines
649 B
Markdown

[bandcamp-fetch](../README.md) / ArticleAPIListParams
# Interface: ArticleAPIListParams
## Table of contents
### Properties
- [categoryUrl](ArticleAPIListParams.md#categoryurl)
- [imageFormat](ArticleAPIListParams.md#imageformat)
- [page](ArticleAPIListParams.md#page)
## Properties
### categoryUrl
`Optional` **categoryUrl**: `string`
#### Defined in
lib/article/ArticleAPI.ts:20
___
### imageFormat
`Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
lib/article/ArticleAPI.ts:21
___
### page
`Optional` **page**: `number`
#### Defined in
lib/article/ArticleAPI.ts:22