Skip to content

Commit

Permalink
Add explicit export in index file for solr document type model class
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-bulgaris-qcif committed May 28, 2024
1 parent 0825a52 commit 5546c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ export {
RecordAuditParams
}
from "./RecordAuditParams";
export {
SolrDocument
}
from "./model/SolrDocument";

export * from './model'

0 comments on commit 5546c6f

Please sign in to comment.