Skip to content

Commit

Permalink
Fix broken lint rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Dec 2, 2019
1 parent b563127 commit 1b3ff66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/legacy/plugins/uptime/server/rest_api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface UMServerRoute {
handler: RequestHandler<ObjectType, ObjectType, ObjectType>;
}

export type UMRouteDefinition = UMServerRoute & RouteConfig<ObjectType, ObjectType, ObjectType, RouteMethod>;
export type UMRouteDefinition = UMServerRoute &
RouteConfig<ObjectType, ObjectType, ObjectType, RouteMethod>;

export type UMRestApiRouteCreator = (libs: UMServerLibs) => UMRouteDefinition;

0 comments on commit 1b3ff66

Please sign in to comment.