We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b370e82 commit 452fbdeCopy full SHA for 452fbde
1 file changed
x-pack/packages/index-management/index_management_shared_types/src/types.ts
@@ -13,7 +13,7 @@ import {
13
} from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
14
import type { ScopedHistory } from '@kbn/core-application-browser';
15
import type { SerializableRecord } from '@kbn/utility-types';
16
-import { LocatorPublic } from '@kbn/share-plugin/public';
+import type { LocatorPublic } from '@kbn/share-plugin/public';
17
import { ExtensionsSetup } from './services/extensions_service';
18
import { PublicApiServiceSetup } from './services/public_api_service';
19
0 commit comments