MCPcopy
hub / github.com/afar1/fieldtheory-cli / ArticleContent

Interface ArticleContent

src/bookmark-enrich.ts:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16// ── Types ──────────────────────────────────────────────────────────────────
17
18export interface ArticleContent {
19 title: string;
20 text: string;
21 siteName?: string;
22}
23
24// ── HTML helpers ───────────────────────────────────────────────────────────
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected