bandcamp-fetch/docs/api/interfaces/ArticleSection.md

60 lines
754 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[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