[ML] Fix runtime type import from data/common (#95841)

This commit is contained in:
Quynh Nguyen 2021-03-30 16:58:31 -05:00 committed by GitHub
parent 80a19a86d7
commit cd4483f391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {