Project

General

Profile

1
export interface UsageStat {
2
  country: string;
3
  total_repositories: string;
4
  total_views: string;
5
  total_downloads: string;
6
}
    (1-1/1)