Skip to content

Commit

Permalink
Export SavedSearchUnwrapMetaInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jul 27, 2023
1 parent 37242bb commit 87ffe57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/saved_search/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export type {
SearchByValueInput,
SavedSearchByValueAttributes,
SavedSearchAttributeService,
SavedSearchUnwrapMetaInfo,
SavedSearchUnwrapResult,
} from './services/saved_searches';
export { getSavedSearchFullPathUrl, getSavedSearchUrl } from './services/saved_searches';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ export {
getSavedSearchAttributeService,
toSavedSearch,
type SavedSearchAttributeService,
type SavedSearchUnwrapMetaInfo,
type SavedSearchUnwrapResult,
} from './saved_search_attribute_service';

0 comments on commit 87ffe57

Please sign in to comment.