Show last active date on people list instead of joined date

This commit is contained in:
Sherriff Agboola
2019-09-15 23:07:43 +01:00
parent 228c0c45e7
commit 593aa80abf
3 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ class User extends BaseModel {
name: string;
email: string;
isAdmin: boolean;
lastActiveAt: boolean;
isSuspended: boolean;
createdAt: string;
}