Interface Routes

A map of route patterns to handler functions or "Controller.method" strings.

interface Routes {
    [route: string]: any;
}

Indexable

[route: string]: any

Generated using TypeDoc