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 f2e773d commit bc4ffb6Copy full SHA for bc4ffb6
x-pack/plugins/apm/server/routes/typings.ts
@@ -11,6 +11,7 @@ import {
11
Logger,
12
KibanaRequest,
13
CoreStart,
14
+ RouteConfigOptions,
15
} from '@kbn/core/server';
16
import { IRuleDataClient } from '@kbn/rule-registry-plugin/server';
17
import { AlertingApiRequestHandlerContext } from '@kbn/alerting-plugin/server';
@@ -41,7 +42,7 @@ export interface APMRouteCreateOptions {
41
42
>;
43
body?: { accepts: Array<'application/json' | 'multipart/form-data'> };
44
disableTelemetry?: boolean;
- };
45
+ } & RouteConfigOptions<any>;
46
}
47
48
export type TelemetryUsageCounter = ReturnType<
0 commit comments