mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Fix runtime type import from data/common (#95841)
This commit is contained in:
parent
80a19a86d7
commit
cd4483f391
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { isPopulatedObject } from './object_utils';
|
||||
import { RUNTIME_FIELD_TYPES } from '../../../../../src/plugins/data/common/index_patterns';
|
||||
import { RUNTIME_FIELD_TYPES } from '../../../../../src/plugins/data/common';
|
||||
import type { RuntimeField, RuntimeMappings } from '../types/fields';
|
||||
|
||||
export function isRuntimeField(arg: unknown): arg is RuntimeField {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue