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

Interface User

src/github.ts:269–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269export interface User {
270 login: string;
271 id: number;
272 avatar_url: string;
273 gravatar_id: string;
274 url: string;
275 html_url: string;
276 followers_url: string;
277 following_url: string;
278 gists_url: string;
279 starred_url: string;
280 subscriptions_url: string;
281 organizations_url: string;
282 repos_url: string;
283 events_url: string;
284 received_events_url: string;
285 type: string;
286}
287
288export type CommentAuthorAssociation =
289 'COLLABORATOR'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected