| 35 | } |
| 36 | |
| 37 | export interface GithubUser { |
| 38 | login: string; |
| 39 | id: number; |
| 40 | avatar_url: string; |
| 41 | html_url: string; |
| 42 | type: string; |
| 43 | } |
| 44 | |
| 45 | export interface GithubIssue { |
| 46 | html_url: string; |
nothing calls this directly
no outgoing calls
no test coverage detected