view data fixes
This commit is contained in:
13
apps/website/lib/view-data/AnalyticsDashboardViewData.ts
Normal file
13
apps/website/lib/view-data/AnalyticsDashboardViewData.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ViewData } from "../contracts/view-data/ViewData";
|
||||
|
||||
export interface AnalyticsDashboardViewData extends ViewData {
|
||||
metrics: {
|
||||
totalUsers: number;
|
||||
activeUsers: number;
|
||||
totalRaces: number;
|
||||
totalLeagues: number;
|
||||
userEngagementRate: number;
|
||||
formattedEngagementRate: string;
|
||||
activityLevel: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user