Skip to content

Commit

Permalink
Export APMRuleRegistry type again
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Apr 8, 2021
1 parent 45b5fff commit 4f43921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/apm/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ import {
import { registerRoutes } from './routes/register_routes';
import { getGlobalApmServerRouteRepository } from './routes/get_global_apm_server_route_repository';

export type APMRuleRegistry = ReturnType<APMPlugin['setup']>['ruleRegistry'];

export class APMPlugin
implements
Plugin<
Expand Down

0 comments on commit 4f43921

Please sign in to comment.