Interface RouteMethod

interface RouteMethod {
    (routePattern, routeHandler): void;
    (routePattern, routeHandler): void;
}