| 248 | } |
| 249 | |
| 250 | export interface ProjectsData { |
| 251 | featured: FeaturedProject[]; |
| 252 | languages: { [key: string]: number }; |
| 253 | total_stars: number; |
| 254 | total_repos: number; |
| 255 | } |
| 256 |
nothing calls this directly
no outgoing calls
no test coverage detected