Interface: ScrapperLink
Defined in: batteries/tools/scrapper/index.ts:229
A single link from /api/links (verified live: { url, text }).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
text? | string | The link's anchor text. | batteries/tools/scrapper/index.ts:233 |
url? | string | The link's target URL. | batteries/tools/scrapper/index.ts:231 |