Skip to content

Commit

Permalink
Moved export statement for SolrDocument to the index.ts in model
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrazzatti committed May 28, 2024
1 parent 5546c6f commit 4e2548d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,5 @@ export {
RecordAuditParams
}
from "./RecordAuditParams";
export {
SolrDocument
}
from "./model/SolrDocument";

export * from './model'
1 change: 1 addition & 0 deletions core/src/model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {ListAPISummary}from "./ListAPISummary";
export {RequestDetails} from "./RequestDetails";
export {RecordTypeResponseModel} from "./RecordTypeResponseModel";
export {DashboardTypeResponseModel} from "./DashboardTypeResponseModel";
export {SolrDocument} from "./SolrDocument";
export * from './storage';
export * from './api';
export * from './config';

0 comments on commit 4e2548d

Please sign in to comment.