refactor(search-elasticsearch): remove redundant auth exports from index

Signed-off-by: nojaf <florian.verdonck@outlook.com>
This commit is contained in:
nojaf
2026-01-20 10:08:23 +01:00
parent b3aa11eeaa
commit f7e53f9a61
@@ -22,11 +22,6 @@
export { default } from './module';
export * from './module';
export type {
ElasticSearchAuthProvider,
ElasticSearchAuthExtensionPoint,
} from './auth';
export { elasticsearchAuthExtensionPoint } from './auth';
export {
decodeElasticSearchPageCursor,
ElasticSearchSearchEngine,