Feature/add contributors count to statistics (#342)
* Add contributors count to statistics * Update changelog
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface Statistics {
|
||||
activeUsers1d: number;
|
||||
activeUsers30d: number;
|
||||
gitHubContributors: number;
|
||||
gitHubStargazers: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user