Upgrade to proper user management
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface User {
|
||||
user_id: number;
|
||||
full_name: string;
|
||||
password_hash: string;
|
||||
email: string;
|
||||
is_active: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user