Pick enterprise search frontend from #166813 (#167350)

## Summary

We're breaking https://github.com/elastic/kibana/pull/166813 up into
smaller PRs in the interest of getting PRs through sooner for type
fixes. These are the changes for Enterprise Search Frontend.

---------

Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
This commit is contained in:
Brad White 2023-09-27 03:29:02 -06:00 committed by GitHub
parent 94bd19d747
commit cd962314d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -94,7 +94,7 @@ interface PluginsSetup {
usageCollection?: UsageCollectionSetup;
}
interface PluginsStart {
export interface PluginsStart {
data: DataPluginStart;
security: SecurityPluginStart;
spaces?: SpacesPluginStart;

View file

@ -16,14 +16,6 @@ import { i18n } from '@kbn/i18n';
import type { ServerlessPluginStart } from '@kbn/serverless/public';
import type { CloudStart } from '@kbn/cloud-plugin/public';
// Hiding this until page is in a better space
const _connectorItem = {
link: 'serverlessConnectors',
title: i18n.translate('xpack.serverlessSearch.nav.connectors', {
defaultMessage: 'Connectors',
}),
};
const navigationTree: NavigationTreeDefinition = {
body: [
{ type: 'recentlyAccessed' },