Skip to content

Commit

Permalink
move epm types to models
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Feb 10, 2020
1 parent 6d05c51 commit 73128b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_manager/common/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/
export * from './models';
export * from './rest_spec';
export * from './epm';
export * from './models/epm';
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
SavedObject,
SavedObjectAttributes,
SavedObjectReference,
} from '../../../../../src/core/public';
import { AssetType as IngestAssetType } from '../../../../legacy/plugins/ingest/common/types/domain_data';
} from '../../../../../../src/core/public';
import { AssetType as IngestAssetType } from '../../../../../legacy/plugins/ingest/common/types/domain_data';

export enum InstallationStatus {
installed = 'installed',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
RegistryPackage,
Installed,
NotInstalled,
} from '../epm';
} from '../models/epm';

export interface GetCategoriesResponse {
response: CategorySummaryList;
Expand Down

0 comments on commit 73128b6

Please sign in to comment.