update
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
export enum CreditApplicationStatus {
|
||||
"draft" = "draft",
|
||||
"open" = "open",
|
||||
"analyze" = "analyze",
|
||||
"verification" = "verification",
|
||||
"pending_approval" = "pending approval",
|
||||
"under_review" = "under_review",
|
||||
"revision" = "revision",
|
||||
"approved" = "approved",
|
||||
|
||||
Reference in New Issue
Block a user