bandcamp-fetch/docs/api/interfaces/ArticleCategorySection.md
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

53 lines
787 B
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
___
### name
**name**: `string`
#### Defined in
lib/types/Article.ts:35
___
### sections
`Optional` **sections**: [`ArticleCategorySection`](ArticleCategorySection.md)[]
#### Defined in
lib/types/Article.ts:37
___
### title
`Optional` **title**: `string`
#### Defined in
lib/types/Article.ts:36