From e83ea2e8ff612aa35bdc083c87b53c5148e62e83 Mon Sep 17 00:00:00 2001 From: Ersin Erdal Date: Wed, 13 Mar 2024 18:53:12 +0100 Subject: [PATCH] revert changes on register_rule_types.ts --- .../infra/server/lib/alerting/register_rule_types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/observability_solution/infra/server/lib/alerting/register_rule_types.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/register_rule_types.ts index 56e5cefed08a6..c26d92d5291c0 100644 --- a/x-pack/plugins/observability_solution/infra/server/lib/alerting/register_rule_types.ts +++ b/x-pack/plugins/observability_solution/infra/server/lib/alerting/register_rule_types.ts @@ -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';