We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48957e commit e37c3f4Copy full SHA for e37c3f4
2 files changed
x-pack/platform/packages/shared/logs-overview/src/utils/ml_capabilities.test.ts
@@ -5,7 +5,7 @@
5
* 2.0.
6
*/
7
8
-import { type MlCapabilitiesResponse } from '@kbn/ml-plugin/public';
+import type { MlCapabilitiesResponse } from '@kbn/ml-common-types/capabilities';
9
import { createActor, toPromise } from 'xstate5';
10
import {
11
loadMlCapabilitiesActor,
x-pack/platform/packages/shared/logs-overview/tsconfig.json
@@ -45,5 +45,6 @@
45
"@kbn/core-theme-browser-mocks",
46
"@kbn/core-ui-settings-browser-mocks",
47
"@kbn/react-hooks",
48
+ "@kbn/ml-common-types",
49
]
50
}
0 commit comments