MCPcopy Index your code
hub / github.com/utterance/utterances / Reaction

Interface Reaction

src/github.ts:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310export interface Reaction {
311 id: number;
312 user: User;
313 content: ReactionID;
314 created_at: string;
315}
316
317export interface Issue {
318 url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected