60 lines
754 B
Markdown
60 lines
754 B
Markdown
|
[bandcamp-fetch](../README.md) / ArticleSection
|
||
|
|
||
|
# Interface: ArticleSection
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [heading](ArticleSection.md#heading)
|
||
|
- [html](ArticleSection.md#html)
|
||
|
- [mediaItemRef](ArticleSection.md#mediaitemref)
|
||
|
- [text](ArticleSection.md#text)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### heading
|
||
|
|
||
|
• `Optional` **heading**: `Object`
|
||
|
|
||
|
#### Type declaration
|
||
|
|
||
|
| Name | Type |
|
||
|
| :------ | :------ |
|
||
|
| `html` | `string` |
|
||
|
| `text` | `string` |
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Article.ts:42
|
||
|
|
||
|
___
|
||
|
|
||
|
### html
|
||
|
|
||
|
• **html**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Article.ts:46
|
||
|
|
||
|
___
|
||
|
|
||
|
### mediaItemRef
|
||
|
|
||
|
• `Optional` **mediaItemRef**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Article.ts:48
|
||
|
|
||
|
___
|
||
|
|
||
|
### text
|
||
|
|
||
|
• **text**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Article.ts:47
|