This commit is contained in:
fro1991
2025-11-11 00:22:23 +07:00
parent 0acaf991cd
commit 506289c4d2
3 changed files with 141 additions and 0 deletions

View File

@ -5,5 +5,7 @@ export * from "../entity/compliance_risk_parameter_informations";
export * from "../entity/compliance_risk_formulas";
export * from "../entity/compliance_risk_transactions";
export * from "../entity/compliance_risk_transaction_details";
export * from "../entity/compliance_risk_customers";
export * from "../entity/compliance_risk_customer_details";
export * from "../entity/compliance_aml_news";
export * from "../types/compliance";