diff --git a/src/schema/compliance.ts b/src/schema/compliance.ts index 7d3009d..4c990b2 100644 --- a/src/schema/compliance.ts +++ b/src/schema/compliance.ts @@ -6,3 +6,4 @@ export * from "../entity/compliance_risk_formulas"; export * from "../entity/compliance_risk_transactions"; export * from "../entity/compliance_risk_transaction_details"; export * from "../entity/compliance_aml_news"; +export * from "../types/compliance";