| export interface GithubProject { | |
| name: string; | |
| html_url: string; | |
| description: string; | |
| stargazers_count: string; | |
| forks_count: string; | |
| language: string; | |
| } | |
| export interface GithubProject { | |
| name: string; | |
| html_url: string; | |
| description: string; | |
| stargazers_count: string; | |
| forks_count: string; | |
| language: string; | |
| } | |