| 117 | // ── Data queries ───────────────────────────────────────────────────────────── |
| 118 | |
| 119 | interface GemBookmark { |
| 120 | author: string; |
| 121 | text: string; |
| 122 | tweetId: string; |
| 123 | postedAt: string; |
| 124 | } |
| 125 | |
| 126 | interface VizData { |
| 127 | total: number; |
nothing calls this directly
no outgoing calls
no test coverage detected