Type alias StaticsControllerCreatorOptions

StaticsControllerCreatorOptions: DeepPartial<StaticsControllerOptions> & {
    getMiddlewares?: StaticsControllerGetMiddlewaresFn;
}

The options for the controller creator that mounts StaticsController.

Type declaration

Generated using TypeDoc