add a basic landing page
This commit is contained in:
6
projects/common/src/types/backend/app-statistics.ts
Normal file
6
projects/common/src/types/backend/app-statistics.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export type AppStatistics = {
|
||||
/**
|
||||
* The total amount of players being tracked.
|
||||
*/
|
||||
trackedPlayers: number;
|
||||
};
|
Reference in New Issue
Block a user