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

Interface GemBookmark

src/bookmarks-viz.ts:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117// ── Data queries ─────────────────────────────────────────────────────────────
118
119interface GemBookmark {
120 author: string;
121 text: string;
122 tweetId: string;
123 postedAt: string;
124}
125
126interface VizData {
127 total: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected