Skip to content

Commit

Permalink
revert type change
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 24, 2021
1 parent da01ddd commit 76542c0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import type {
IScopedClusterClient,
} from 'src/core/server';
import { ObservabilityPluginSetup } from '../../../../../observability/server';
import { PluginSetupContract as AlertingPLuginSetupContract } from '../../../../../alerting/server';
import {
EncryptedSavedObjectsPluginSetup,
EncryptedSavedObjectsPluginStart,
Expand Down Expand Up @@ -47,7 +46,7 @@ export interface UptimeCoreSetup {

export interface UptimeCorePluginsSetup {
features: PluginSetupContract;
alerting: AlertingPLuginSetupContract;
alerting: any;
observability: ObservabilityPluginSetup;
usageCollection: UsageCollectionSetup;
ml: MlSetup;
Expand Down

0 comments on commit 76542c0

Please sign in to comment.