diff --git a/x-pack/plugins/lens/common/expressions/time_scale/types.ts b/x-pack/plugins/lens/common/expressions/time_scale/types.ts index e02231937d99b..fe8533f78a334 100644 --- a/x-pack/plugins/lens/common/expressions/time_scale/types.ts +++ b/x-pack/plugins/lens/common/expressions/time_scale/types.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { Datatable, ExpressionFunctionDefinition } from '../../../../../../src/plugins/expressions'; +import type { Datatable, ExpressionFunctionDefinition } from '../../../../../../src/plugins/expressions'; export type TimeScaleUnit = 's' | 'm' | 'h' | 'd';