@@ -1,7 +1,7 @@
|
||||
export interface User {
|
||||
user_id: number;
|
||||
full_name: string;
|
||||
password_hash: string;
|
||||
userId: number;
|
||||
fullName: string;
|
||||
passwordHash: string;
|
||||
email: string;
|
||||
is_active: boolean;
|
||||
isActive: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user