Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Oct 26, 2023
1 parent 6963f0f commit 7ae7ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/synthetics/server/routes/types.ts
Expand Up @@ -59,7 +59,7 @@ export type UMKibanaRoute = UMRouteDefinition<

export type SyntheticsRestApiRouteFactory<
ClientContract = any,
Params = Record<string, any>,
Params = any,
Query = Record<string, any>,
Body = any
> = () => SyntheticsRoute<ClientContract, Params, Query, Body>;
Expand Down

0 comments on commit 7ae7ca2

Please sign in to comment.