This commit is contained in:
2025-11-06 23:08:49 +07:00
parent 81faffcb98
commit fa1b817508

View File

@ -18,7 +18,7 @@ export enum TrxCustomerStatus {
"pending_supervisor" = "pending_supervisor",
"pending_manager" = "pending_manager",
"reject" = "reject",
"active" = "active",
"Active" = "active",
"not_active" = "not_active",
}