usage-counts/src/app/entities/usage-stat.ts

7 lines
130 B
TypeScript

export interface UsageStat {
country: string;
total_repositories: string;
total_views: string;
total_downloads: string;
}