Skip to content

Commit e37c3f4

Browse files
committed
linting
1 parent b48957e commit e37c3f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/platform/packages/shared/logs-overview/src/utils/ml_capabilities.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
import { type MlCapabilitiesResponse } from '@kbn/ml-plugin/public';
8+
import type { MlCapabilitiesResponse } from '@kbn/ml-common-types/capabilities';
99
import { createActor, toPromise } from 'xstate5';
1010
import {
1111
loadMlCapabilitiesActor,

x-pack/platform/packages/shared/logs-overview/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
"@kbn/core-theme-browser-mocks",
4646
"@kbn/core-ui-settings-browser-mocks",
4747
"@kbn/react-hooks",
48+
"@kbn/ml-common-types",
4849
]
4950
}

0 commit comments

Comments
 (0)