This commit is contained in:
2025-12-16 21:38:16 +07:00
parent 66c239f047
commit 9b0d8a9d64
5 changed files with 97 additions and 2 deletions

View File

@ -104,6 +104,18 @@ export enum TrxTransactionRemark {
"cancel" = "Cancel",
}
export enum TrxSmsType {
"verification" = "verification",
"registration" = "registration",
"transaction" = "transaction",
}
export enum TrxSmsStatus {
"process" = "process",
"success" = "success",
"fail" = "fail",
}
export enum TrxEmailType {
"verification" = "verification",
"registration" = "registration",
@ -149,5 +161,3 @@ export enum TrxMaintenanceActionType {
"update" = "update",
"delete" = "delete",
}
////