Interface RouteObject

A map of route patterns to their handlers.

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

Indexable

[route: string]: Handler

Generated using TypeDoc