Skip to content

Commit 9076614

Browse files
committed
type checking
1 parent a582794 commit 9076614

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

x-pack/plugins/uptime/server/lib/requests/get_monitor_duration.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
import { UMElasticsearchQueryFn } from '../adapters';
88
import { INDEX_NAMES } from '../../../../../legacy/plugins/uptime/common/constants';
99
import { getHistogramIntervalFormatted } from '../helper';
10-
import { LocationDurationLine, MonitorChart } from '../../../common/types';
10+
import {
11+
LocationDurationLine,
12+
MonitorChart,
13+
} from '../../../../../legacy/plugins/uptime/common/types';
1114

1215
export interface GetMonitorChartsParams {
1316
/** @member monitorId ID value for the selected monitor */

0 commit comments

Comments
 (0)