Skip to content

Commit 78a2adf

Browse files
authored
[Observability] Remove unused type !! (elastic#229277)
## Summary Fixes elastic/kibana-team#1796 Remove unused deprecated type.
1 parent 1640e3b commit 78a2adf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • x-pack/solutions/observability/plugins/exploratory_view/public/application

x-pack/solutions/observability/plugins/exploratory_view/public/application/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import type {
1515
IUiSettingsClient,
1616
NotificationsStart,
1717
OverlayStart,
18-
SavedObjectsStart,
1918
ThemeServiceStart,
2019
} from '@kbn/core/public';
2120
import { EmbeddableStateTransfer } from '@kbn/embeddable-plugin/public';
@@ -46,7 +45,6 @@ export interface ObservabilityAppServices {
4645
notifications: NotificationsStart;
4746
observabilityAIAssistant: ObservabilityAIAssistantPublicStart;
4847
overlays: OverlayStart;
49-
savedObjectsClient: SavedObjectsStart['client'];
5048
share: SharePluginStart;
5149
stateTransfer: EmbeddableStateTransfer;
5250
storage: IStorageWrapper;

0 commit comments

Comments
 (0)