Skip to content

Commit

Permalink
Properly export type
Browse files Browse the repository at this point in the history
  • Loading branch information
kovyrin committed Dec 1, 2021
1 parent 3a4951e commit 68f3336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/monitoring/server/lib/metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export { ApmMetric, ApmClusterMetric } from './apm/classes';
export { LogstashClusterMetric, LogstashMetric } from './logstash/classes';
export type { BeatsMetricFields } from './beats/classes';
export { BeatsClusterMetric, BeatsMetric } from './beats/classes';
export { EnterpriseSearchMetric, EnterpriseSearchMetricFields } from './enterprise_search/classes';
export { EnterpriseSearchMetric } from './enterprise_search/classes';
export type { EnterpriseSearchMetricFields } from './enterprise_search/classes';
// @ts-ignore
export { metrics } from './metrics';

0 comments on commit 68f3336

Please sign in to comment.