From 511c12970525c24840ab08a10743dc521c4a93d2 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Mon, 6 Sep 2021 13:50:50 +0300 Subject: [PATCH] Update x-pack/plugins/lens/common/expressions/time_scale/types.ts Co-authored-by: Marta Bondyra --- x-pack/plugins/lens/common/expressions/time_scale/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e02231937d99b9..fe8533f78a3343 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';