Stone.js API
    Preparing search index...

    A route definition as extracted at build time (subset of the router definition).

    path mirrors the router: a single path or several aliases for one route.

    interface RouteDefinitionLike {
        methods?: string[];
        path: string | string[];
    }
    Index
    methods?: string[]
    path: string | string[]