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; spent: number;
money: number; money: number;
}; };
status: "no" | "nko"; status: "no" | "nko" | "org";
isDeleted: false; isDeleted: false;
createdAt: string; createdAt: string;
updatedAt: string; updatedAt: string;