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

Interface Reactions

src/github.ts:297–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 | 'OWNER';
296
297export interface Reactions {
298 url: string;
299 total_count: number;
300 '+1': number;
301 '-1': number;
302 laugh: number;
303 hooray: number;
304 confused: number;
305 heart: number;
306 rocket: number;
307 eyes: number;
308}
309
310export interface Reaction {
311 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected