Interface: ScrapperLinkLike
Defined in: batteries/tools/web_retrieval/index.ts:246
Minimal structural shape of a Scrapper normalised link.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
text? | string | The link's anchor text (becomes the record's content). | batteries/tools/web_retrieval/index.ts:250 |
url? | string | The link's target URL (becomes the record's source). | batteries/tools/web_retrieval/index.ts:248 |