This commit is contained in:
fro1991
2025-10-18 14:46:07 +07:00
parent 204308e69c
commit 6df19e1d18
3 changed files with 95 additions and 0 deletions

View File

@ -50,4 +50,6 @@ export * from "../entity/trx_customer_users";
export * from "../entity/trx_customer_user_refresh_tokens";
export * from "../entity/trx_customer_user_activities";
export * from "../entity/trx_customer_costs";
export * from "../entity/trx_banks";
export * from "../entity/trx_bank_swifts";
export * from "../types/trx";