Skip to content

Commit

Permalink
Add more descriptive import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jul 29, 2020
1 parent bec3f0c commit b1b8b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
AtomicStatusCheckParamsType,
MonitorAvailabilityType,
StatusCheckParamsType,
} from '../../../../common/runtime_types';
} from '../../../../common/runtime_types/alerts';
import { ValidationResult } from '../../../../../triggers_actions_ui/public';

export function validateMonitorStatusParams(alertParams: any): ValidationResult {
Expand Down

0 comments on commit b1b8b78

Please sign in to comment.