60 lines
1.1 KiB
Markdown
60 lines
1.1 KiB
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](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L42)
|
|
|
|
___
|
|
|
|
### html
|
|
|
|
• **html**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:46](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L46)
|
|
|
|
___
|
|
|
|
### mediaItemRef
|
|
|
|
• `Optional` **mediaItemRef**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:48](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L48)
|
|
|
|
___
|
|
|
|
### text
|
|
|
|
• **text**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Article.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L47)
|