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

64 lines
788 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / ArticleListItem
# Interface: ArticleListItem
## Table of contents
### Properties
- [category](ArticleListItem.md#category)
- [date](ArticleListItem.md#date)
- [imageUrl](ArticleListItem.md#imageurl)
- [title](ArticleListItem.md#title)
- [url](ArticleListItem.md#url)
## Properties
### category
`Optional` **category**: [`ArticleCategory`](ArticleCategory.md)
#### Defined in
lib/types/Article.ts:67
___
### date
**date**: `string`
#### Defined in
lib/types/Article.ts:66
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Defined in
lib/types/Article.ts:68
___
### title
**title**: `string`
#### Defined in
lib/types/Article.ts:65
___
### url
**url**: `string`
#### Defined in
lib/types/Article.ts:64