MCPcopy Create free account
hub / github.com/dzcode-io/dzcode.io / GithubUser

Interface GithubUser

api/src/app/types/legacy.ts:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface GithubUser {
38 login: string;
39 id: number;
40 avatar_url: string;
41 html_url: string;
42 type: string;
43}
44
45export interface GithubIssue {
46 html_url: string;

Callers

nothing calls this directly

Implementers 1

GithubUserDtoapi/src/github-user/types.ts

Calls

no outgoing calls

Tested by

no test coverage detected