This commit is contained in:
fro1991
2025-11-05 12:46:45 +07:00
parent be443cdd90
commit 9527a9a021
5 changed files with 250 additions and 0 deletions

View File

@ -21,4 +21,7 @@ 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 "../entity/trx_maintenances";
export * from "../entity/trx_maintenance_details";
export * from "../entity/trx_maintenance_slas";
export * from "../types/trx";