bug fixed
This commit is contained in:
@@ -2,11 +2,8 @@ export interface UserData {
|
||||
id: number;
|
||||
username: string;
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
middle_name: null | string;
|
||||
gender: "M" | "F" | null;
|
||||
region: null | string;
|
||||
address: null | string;
|
||||
name: string;
|
||||
short_name: string;
|
||||
created_at: string;
|
||||
password_set: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user