Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Jul 16, 2024
1 parent ad5344a commit 199b2b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/observability_solution/slo/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
SavedObjectsClient,
} from '@kbn/core/server';
import { PluginSetupContract, PluginStartContract } from '@kbn/alerting-plugin/server';
import { UsageCollectionSetup } from '@kbn/usage-collection-plugin/server';
import { PluginSetupContract as FeaturesSetup } from '@kbn/features-plugin/server';
import {
RuleRegistryPluginSetupContract,
Expand Down Expand Up @@ -54,6 +55,7 @@ export interface PluginSetup {
taskManager: TaskManagerSetupContract;
spaces?: SpacesPluginSetup;
cloud?: CloudSetup;
usageCollection?: UsageCollectionSetup;
licensing: LicensingPluginSetup;
}

Expand Down

0 comments on commit 199b2b7

Please sign in to comment.