Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed May 13, 2022
1 parent 9026e8e commit 1111f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
* Side Public License, v 1.
*/

import { Datatable, PointSeriesColumnNames } from '@kbn/expressions-plugin/common';
import {
WithLayerId,
ExtendedDataLayerConfig,
XYExtendedLayerConfigResult,
DataLayerArgs,
} from '../types';
import { LayerTypes } from '../constants';
import { Datatable, PointSeriesColumnNames } from '@kbn/expressions-plugin/common';

function isWithLayerId<T>(layer: T): layer is T & WithLayerId {
return (layer as T & WithLayerId).layerId ? true : false;
Expand Down

0 comments on commit 1111f5e

Please sign in to comment.