Feature/improve users table (#291)
* Improve users table * Engagement / Day * Registration * Update changelog
This commit is contained in:
@@ -4,12 +4,12 @@ export interface AdminData {
|
||||
transactionCount: number;
|
||||
userCount: number;
|
||||
users: {
|
||||
accountCount: number;
|
||||
alias: string;
|
||||
createdAt: Date;
|
||||
Analytics: {
|
||||
activityCount: number;
|
||||
updatedAt: Date;
|
||||
};
|
||||
engagement: number;
|
||||
id: string;
|
||||
lastActivity: Date;
|
||||
transactionCount: number;
|
||||
}[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user