File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
apm/server/lib/observability_overview Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 * you may not use this file except in compliance with the Elastic License.
1010 */
1111import { rangeFilter } from '../../../common/utils/range_filter' ;
12- import { Coordinates } from '../../../../observability/public ' ;
12+ import { Coordinates } from '../../../../observability/typings/common ' ;
1313import { Setup , SetupTimeRange } from '../helpers/setup_request' ;
1414import { ProcessorEvent } from '../../../common/processor_event' ;
1515
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ export type ObservabilityApp = 'infra_metrics' | 'infra_logs' | 'apm' | 'uptime'
99export type PromiseReturnType < Func > = Func extends ( ...args : any [ ] ) => Promise < infer Value >
1010 ? Value
1111 : Func ;
12+
13+ export { Coordinates } from '../public/typings/fetch_overview_data/' ;
You can’t perform that action at this time.
0 commit comments