64 lines
1.2 KiB
Markdown
64 lines
1.2 KiB
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](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L67)
|
|
|
|
___
|
|
|
|
### date
|
|
|
|
• **date**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:66](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L66)
|
|
|
|
___
|
|
|
|
### imageUrl
|
|
|
|
• `Optional` **imageUrl**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:68](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L68)
|
|
|
|
___
|
|
|
|
### title
|
|
|
|
• **title**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:65](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L65)
|
|
|
|
___
|
|
|
|
### url
|
|
|
|
• **url**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L64)
|