Skip to content

Commit

Permalink
Update x-pack/plugins/lens/common/expressions/time_scale/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
  • Loading branch information
alexwizp and mbondyra committed Sep 6, 2021
1 parent 16b1b6d commit 511c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/lens/common/expressions/time_scale/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 511c129

Please sign in to comment.