[Osquery] Cleanup spaces dependency (#151059)

## Summary
 
Cleanup unused `spaces` plugin dependency
This commit is contained in:
Patryk Kopyciński 2023-02-14 14:49:24 +01:00 committed by GitHub
parent 96d10f05b3
commit fe78c05e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
@ -50,7 +49,6 @@ export interface StartPlugins {
fleet: FleetStart;
lens?: LensPublicStart;
security: SecurityPluginStart;
spaces: SpacesPluginStart;
triggersActionsUi: TriggersAndActionsUIPublicPluginStart;
cases: CasesUiStart;
timelines: TimelinesUIStart;