Skip to content

Commit

Permalink
revert changes on register_rule_types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ersin-erdal committed Mar 13, 2024
1 parent 3574f81 commit e83ea2e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/

import { legacyExperimentalFieldMap } from '@kbn/alerts-as-data-utils';
import type { IRuleTypeAlerts } from '@kbn/alerting-plugin/server';
import { PluginSetupContract } from '@kbn/alerting-plugin/server';
import { type IRuleTypeAlerts, PluginSetupContract } from '@kbn/alerting-plugin/server';
import { registerMetricThresholdRuleType } from './metric_threshold/register_metric_threshold_rule_type';
import { registerInventoryThresholdRuleType } from './inventory_metric_threshold/register_inventory_metric_threshold_rule_type';
import { registerLogThresholdRuleType } from './log_threshold/register_log_threshold_rule_type';
Expand Down

0 comments on commit e83ea2e

Please sign in to comment.