We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929eb89 commit b3f62e3Copy full SHA for b3f62e3
x-pack/test/plugin_functional/plugins/global_search_test/public/plugin.ts
@@ -17,7 +17,8 @@ import { createResult } from '../common/utils';
17
// eslint-disable-next-line @typescript-eslint/no-empty-interface
18
export interface GlobalSearchTestPluginSetup {}
19
export interface GlobalSearchTestPluginStart {
20
- findAll: (term: string) => Promise<GlobalSearchResult[]>;
+ findTest: (term: string) => Promise<GlobalSearchResult[]>;
21
+ findReal: (term: string) => Promise<GlobalSearchResult[]>;
22
}
23
24
export interface GlobalSearchTestPluginSetupDeps {
0 commit comments