This commit is contained in:
fro1991
2025-11-04 22:27:31 +07:00
parent c640dd564c
commit f35f754b76
2 changed files with 88 additions and 0 deletions

View File

@ -83,4 +83,20 @@ export enum TrxTransactionRemark {
"cancel" = "Cancel",
}
export enum TrxEmailType {
"verification" = "verification",
"transaction" = "transaction",
}
export enum TrxEmailStatus {
"process" = "process",
"success" = "success",
"fail" = "fail",
}
export enum TrxMaintenanceType {
"operational" = "operational",
"business" = "business",
}
////