Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Apr 25, 2022
1 parent 4e96a8a commit 6cfe5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export {
WriteOperations,
AlertingAuthorizationEntity,
} from './authorization';
export { NodeLevelMetricsType, ClusterLevelMetricsType } from '../common/monitoring/types';
export type { NodeLevelMetricsType, ClusterLevelMetricsType } from '../common/monitoring/types';

export const plugin = (initContext: PluginInitializerContext) => new AlertingPlugin(initContext);

Expand Down

0 comments on commit 6cfe5f9

Please sign in to comment.