export interface Statistics {
activeUsers1d: number;
activeUsers30d: number;
gitHubContributors: number;
gitHubStargazers: number;
}