Skip to content

Commit

Permalink
Fixing type
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Jan 10, 2024
1 parent 1e027c9 commit c802a09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import type { Client } from '@elastic/elasticsearch';
import type { SearchResponse } from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import { ALERTING_CASES_SAVED_OBJECT_INDEX } from '@kbn/core-saved-objects-server';
import { SavedObjectReference } from '@kbn/core/server';
import { LegacyRuleNotificationAlertTypeParams } from '@kbn/security-solution-plugin/server/lib/detection_engine/rule_actions_legacy';
import { LegacyRuleNotificationRuleTypeParams } from '@kbn/security-solution-plugin/server/lib/detection_engine/rule_actions_legacy';

interface LegacyActionNotificationSO extends LegacyRuleNotificationAlertTypeParams {
interface LegacyActionNotificationSO extends LegacyRuleNotificationRuleTypeParams {
references: SavedObjectReference[];
}

Expand Down

0 comments on commit c802a09

Please sign in to comment.