Skip to content

Commit

Permalink
[Osquery] Cleanup spaces dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Feb 13, 2023
1 parent 910bd6e commit 838ede0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/osquery/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import type {
} from '@kbn/triggers-actions-ui-plugin/public';
import type { CasesUiStart, CasesUiSetup } from '@kbn/cases-plugin/public';
import type { TimelinesUIStart } from '@kbn/timelines-plugin/public';
import type { SpacesPluginStart } from '@kbn/spaces-plugin/public';
import type {
getLazyOsqueryResults,
getLazyLiveQueryField,
Expand Down Expand Up @@ -50,7 +49,6 @@ export interface StartPlugins {
fleet: FleetStart;
lens?: LensPublicStart;
security: SecurityPluginStart;
spaces: SpacesPluginStart;
triggersActionsUi: TriggersAndActionsUIPublicPluginStart;
cases: CasesUiStart;
timelines: TimelinesUIStart;
Expand Down

0 comments on commit 838ede0

Please sign in to comment.