import { ArticleBlock } from "@twexapi-dev/x-api-scraper/models";
let value: ArticleBlock = {
type: "<value>",
text: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
type |
string | ✔️ | The type of the article block. |
text |
string | ✔️ | The text of the article block. |
entityRanges |
models.ArticleBlockRange[] | ➖ | The entity ranges of the article block. |