From 5546c6fff1b5943850fbdaf9a89f4c5b39e26725 Mon Sep 17 00:00:00 2001 From: "alejandro.bulgaris@qcif.edu.au" Date: Tue, 28 May 2024 04:40:11 +0000 Subject: [PATCH] Add explicit export in index file for solr document type model class --- core/src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/index.ts b/core/src/index.ts index bd8b2db3d9..e6a5ef5714 100644 --- a/core/src/index.ts +++ b/core/src/index.ts @@ -47,5 +47,9 @@ export { RecordAuditParams } from "./RecordAuditParams"; +export { + SolrDocument +} +from "./model/SolrDocument"; export * from './model' \ No newline at end of file