fix verif status of user

This commit is contained in:
Nastya 2024-07-28 00:22:44 +03:00
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;