Interface RouteObject

interface RouteObject {
    [route: string]: Handler;
}

Indexable

[route: string]: Handler

Generated using TypeDoc