We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6a550 commit b689ce6Copy full SHA for b689ce6
x-pack/plugins/uptime/public/apps/uptime_overview_fetcher.ts
@@ -5,7 +5,7 @@
5
*/
6
7
import { fetchPingHistogram, fetchSnapshotCount } from '../state/api';
8
-import { UptimeFetchDataResponse } from '../../../observability/public/typings/fetch_data_response';
+import { UptimeFetchDataResponse } from '../../../observability/public';
9
10
export async function fetchUptimeOverviewData({
11
startTime,
0 commit comments