changed lastActiveAt boolean to string
This commit is contained in:
@@ -7,7 +7,7 @@ class User extends BaseModel {
|
||||
name: string;
|
||||
email: string;
|
||||
isAdmin: boolean;
|
||||
lastActiveAt: boolean;
|
||||
lastActiveAt: string;
|
||||
isSuspended: boolean;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user