64 lines
788 B
Markdown
64 lines
788 B
Markdown
[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
|