refactor: apply review suggestions

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-02-27 16:15:24 +01:00
parent e455dd0ae1
commit 62346b79a7
7 changed files with 20 additions and 46 deletions
+3 -7
View File
@@ -30,14 +30,10 @@ import {
RegisterDecoratorParameters,
} from '@backstage/plugin-search-backend-node';
import { SearchEngine } from './types';
import { IndexBuilder } from './IndexBuilder';
export type {
import {
SearchEngine,
QueryRequestOptions,
QueryTranslator,
} from './types';
IndexBuilder,
} from '@backstage/plugin-search-backend-node';
/**
* @alpha