diff --git a/lib/model/account.ts b/lib/model/account.ts index efeb513..c8acccd 100644 --- a/lib/model/account.ts +++ b/lib/model/account.ts @@ -10,7 +10,7 @@ export interface UserAccount { spent: number; money: number; }; - status: "no" | "nko"; + status: "no" | "nko" | "org"; isDeleted: false; createdAt: string; updatedAt: string;