Skip to content

Commit

Permalink
Undo incorrect imports' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed May 31, 2023
1 parent b215598 commit 6897e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export type {
SavedObjectAttributes,
SavedObjectAttributeSingle,
SavedObjectReference,
} from '@kbn/core-saved-objects-common';
} from '@kbn/core-saved-objects-common/src/server_types';
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { isEqual } from 'lodash';

import type { PublicMethodsOf } from '@kbn/utility-types';
import type { ActionResult, ActionsClient } from '@kbn/actions-plugin/server';
import type { SavedObject } from '@kbn/core-saved-objects-common';
import type { SavedObject } from '@kbn/core-saved-objects-common/src/server_types';
import type {
GetCaseConnectorsResponse,
CaseConnector,
Expand Down

0 comments on commit 6897e52

Please sign in to comment.