From b0100febe37120ef4b4b360f9b62cb79fc1654e4 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 4 Nov 2025 22:27:52 +0700 Subject: [PATCH] update --- src/schema/trx.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schema/trx.ts b/src/schema/trx.ts index 7d10b75..2552827 100644 --- a/src/schema/trx.ts +++ b/src/schema/trx.ts @@ -20,4 +20,5 @@ export * from "../entity/trx_transactions"; export * from "../entity/trx_transaction_slas"; export * from "../entity/trx_transaction_amls"; export * from "../entity/trx_transaction_signatures"; +export * from "../entity/trx_email_logs"; export * from "../types/trx";