diff --git a/src/schema/eform.ts b/src/schema/eform.ts index d0160b9..785d88f 100644 --- a/src/schema/eform.ts +++ b/src/schema/eform.ts @@ -34,3 +34,4 @@ export * from "../entity/eform_emergency_contacts"; export * from "../entity/eform_beneficial_owners"; export * from "../entity/eform_beneficial_owner_identities"; export * from "../entity/eform_beneficial_owner_jobs"; +export * from "../types/eform";