mobilizon.chapril.org-mobil.../js/src/types/statistics.model.ts
Thomas Citharel f5241954bd
Improve Terms of Service
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-23 10:35:15 +02:00

6 lines
112 B
TypeScript

export interface IStatistics {
numberOfUsers: number;
numberOfEvents: number;
numberOfComments: number;
}