From be443cdd903e4e22fd1b3ffbd2a084c33bccfa33 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 4 Nov 2025 22:50:42 +0700 Subject: [PATCH] update --- src/types/trx.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/trx.ts b/src/types/trx.ts index 0cba36f..4c5cdbf 100644 --- a/src/types/trx.ts +++ b/src/types/trx.ts @@ -85,6 +85,7 @@ export enum TrxTransactionRemark { export enum TrxEmailType { "verification" = "verification", + "registration" = "registration", "transaction" = "transaction", }