2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / ArticleCategory
|
|
|
|
|
|
|
|
# Interface: ArticleCategory
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [name](ArticleCategory.md#name)
|
|
|
|
- [url](ArticleCategory.md#url)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### name
|
|
|
|
|
|
|
|
• **name**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/types/Article.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L30)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### url
|
|
|
|
|
|
|
|
• `Optional` **url**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/types/Article.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L31)
|