ghostfolio/libs/common/src/lib/interfaces/statistics.interface.ts
Thomas Kaul 6dcd801d05
Feature/extend statistics section with users in slack community (#596)
* Extend statistics with users in Slack community

* Update changelog
2021-12-29 18:38:55 +01:00

9 lines
195 B
TypeScript

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