Type alias StaticsControllerPathsOptions

StaticsControllerPathsOptions: {
    route: string;
    source: string;
}

These are like "master paths" that get prepended to all the file paths and routes the controller use.

Type declaration

  • route: string

    A custom route to prefix all the file routes with.

  • source: string

    A custom path to prefix all the file paths with.

Generated using TypeDoc