53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
[bandcamp-fetch](../README.md) / ArticleCategorySection
|
|
|
|
# Interface: ArticleCategorySection
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [categories](ArticleCategorySection.md#categories)
|
|
- [name](ArticleCategorySection.md#name)
|
|
- [sections](ArticleCategorySection.md#sections)
|
|
- [title](ArticleCategorySection.md#title)
|
|
|
|
## Properties
|
|
|
|
### categories
|
|
|
|
• `Optional` **categories**: [`ArticleCategory`](ArticleCategory.md)[]
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L38)
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L35)
|
|
|
|
___
|
|
|
|
### sections
|
|
|
|
• `Optional` **sections**: [`ArticleCategorySection`](ArticleCategorySection.md)[]
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L37)
|
|
|
|
___
|
|
|
|
### title
|
|
|
|
• `Optional` **title**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L36)
|