Skip to content

Commit

Permalink
Type updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Nov 16, 2020
1 parent 818dade commit a4586e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
ActionTypeRegistryContract,
AlertTypeRegistryContract,
IErrorObject,
} from '../../../../../types';
import { IIndexPattern } from '../../../../../../../../../src/plugins/data/common/index_patterns';
} from '../../../../../triggers_actions_ui/public';
import { IIndexPattern } from '../../../../../../../src/plugins/data/common';

const alertsContext = {
http: (null as unknown) as HttpSetup,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { Query } from '../../../../../../../../src/plugins/data/common/query';
import { Query } from '../../../../../../src/plugins/data/common';

export enum TrackingEvent {
entered = 'entered',
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/triggers_actions_ui/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
AlertTypeModel,
ActionType,
ActionTypeRegistryContract,
AlertTypeRegistryContract,
AlertTypeParamsExpressionProps,
ValidationResult,
ActionVariable,
Expand Down

0 comments on commit a4586e0

Please sign in to comment.