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";