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

Interface IssueSearchResponse

src/github.ts:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263interface IssueSearchResponse {
264 total_count: number;
265 incomplete_results: boolean;
266 items: Issue[];
267}
268
269export interface User {
270 login: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected