Skip to content

Commit

Permalink
Update detector_rules.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriy42 authored Jul 25, 2024
1 parent 1e54ecf commit bfa73a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/ml/common/types/detector_rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* 2.0.
*/

import type { long } from '@elastic/elasticsearch/lib/api/types';
import type {
ML_DETECTOR_RULE_ACTION,
ML_DETECTOR_RULE_FILTER_TYPE,
Expand All @@ -27,7 +26,7 @@ export interface DetectorRuleCondition {
}

export interface DetectorRuleParamsForceTimeShift {
time_shift_amount: long;
time_shift_amount: number;
}

export interface DetectorRuleParams {
Expand Down

0 comments on commit bfa73a6

Please sign in to comment.