Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp authored Sep 6, 2021
1 parent 511c129 commit 0eed8f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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,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';

Expand Down

0 comments on commit 0eed8f9

Please sign in to comment.