53 lines
787 B
Markdown
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
|