| 190 | } |
| 191 | |
| 192 | export interface GitHubMetrics { |
| 193 | prs_merged: number; |
| 194 | prs_open: number; |
| 195 | total_contributions: number; |
| 196 | issues_opened: number; |
| 197 | issues_closed: number; |
| 198 | } |
| 199 | |
| 200 | export interface NormalizedProfile { |
| 201 | username: string; |
nothing calls this directly
no outgoing calls
no test coverage detected