From 0eed8f9598890c12ff3854d4ef445b165a7e9729 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Mon, 6 Sep 2021 14:08:42 +0300 Subject: [PATCH] Update types.ts --- x-pack/plugins/lens/common/expressions/time_scale/types.ts | 5 ++++- 1 file changed, 4 insertions(+), 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 fe8533f78a334..58c5e5723a7c1 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,10 @@ * 2.0. */ -import type { Datatable, ExpressionFunctionDefinition } from '../../../../../../src/plugins/expressions'; +import type { + Datatable, + ExpressionFunctionDefinition, +} from '../../../../../../src/plugins/expressions'; export type TimeScaleUnit = 's' | 'm' | 'h' | 'd';