Interface Routes

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

Indexable

[route: string]: any

Generated using TypeDoc