update
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
export enum TrxCustomerType {
|
||||
"personal" = "personal",
|
||||
"business" = "business",
|
||||
}
|
||||
|
||||
export enum TrxTransactionStatus {
|
||||
"verify" = "verify",
|
||||
"open" = "open",
|
||||
|
||||
Reference in New Issue
Block a user