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

60 lines
1.1 KiB
Markdown
Raw Permalink 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
2023-10-29 18:25:17 +01:00
[lib/types/Article.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L42)
2023-06-10 16:52:27 +02:00
___
### html
**html**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Article.ts:46](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L46)
2023-06-10 16:52:27 +02:00
___
### mediaItemRef
`Optional` **mediaItemRef**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Article.ts:48](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L48)
2023-06-10 16:52:27 +02:00
___
### text
**text**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Article.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Article.ts#L47)