From 405e1c935d64f8fddf666eb9a8ab9ba08097ef91 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 5 Feb 2025 03:32:26 +0700 Subject: [PATCH] update --- src/types/credit.ts | 3 +++ 1 file changed, 3 insertions(+) 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",