This commit is contained in:
2025-10-07 15:11:13 +07:00
parent 08c79bb8eb
commit ec730c7e25
2 changed files with 37 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export enum TrxTransactionStatus {
"close" = "close",
"reject" = "reject",
"approved" = "approved",
"draft" = "draft",
}
export enum TrxTransactionTypeStatus {