This commit is contained in:
fro1991
2025-02-05 03:32:45 +07:00
parent 405e1c935d
commit f64a4fd05e

View File

@ -3,7 +3,7 @@ export enum CreditApplicationStatus {
"open" = "open",
"analyze" = "analyze",
"verification" = "verification",
"pending_approval" = "pending approval",
"pending_approval" = "pending_approval",
"under_review" = "under_review",
"revision" = "revision",
"approved" = "approved",