jimpex
    Preparing search index...

    Type Alias StaticsControllerCreatorOptions

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

    The options for the controller creator that mounts StaticsController.

    Type Declaration