fix verif status of user
This commit is contained in:
parent
6b256f37b9
commit
fd445ce49d
@ -10,7 +10,7 @@ export interface UserAccount {
|
||||
spent: number;
|
||||
money: number;
|
||||
};
|
||||
status: "no" | "nko";
|
||||
status: "no" | "nko" | "org";
|
||||
isDeleted: false;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
Loading…
Reference in New Issue
Block a user