diff --git a/src/types/credit.ts b/src/types/credit.ts index febf511..fa4cc28 100644 --- a/src/types/credit.ts +++ b/src/types/credit.ts @@ -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",