update
This commit is contained in:
@ -1,3 +1,18 @@
|
||||
export enum TrxVerificationType {
|
||||
"phone" = "phone",
|
||||
"email" = "email",
|
||||
}
|
||||
|
||||
export enum TrxVerificationPurposeType {
|
||||
"register" = "register",
|
||||
"transaction" = "transaction",
|
||||
}
|
||||
|
||||
export enum TrxVerificationStatus {
|
||||
"unverify" = "unverify",
|
||||
"verify" = "verify",
|
||||
}
|
||||
|
||||
export enum TrxCustomerType {
|
||||
"personal" = "personal",
|
||||
"business" = "business",
|
||||
|
||||
Reference in New Issue
Block a user