Skip to content

Commit

Permalink
type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Feb 25, 2020
1 parent a582794 commit 9076614
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
import { UMElasticsearchQueryFn } from '../adapters';
import { INDEX_NAMES } from '../../../../../legacy/plugins/uptime/common/constants';
import { getHistogramIntervalFormatted } from '../helper';
import { LocationDurationLine, MonitorChart } from '../../../common/types';
import {
LocationDurationLine,
MonitorChart,
} from '../../../../../legacy/plugins/uptime/common/types';

export interface GetMonitorChartsParams {
/** @member monitorId ID value for the selected monitor */
Expand Down

0 comments on commit 9076614

Please sign in to comment.