Fix update user.
This commit is contained in:
@@ -43,6 +43,7 @@ export interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
password?: string;
|
||||
role: string;
|
||||
createdAt?: Date;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user