Type alias StaticsControllerConstructorOptions

StaticsControllerConstructorOptions: DeepPartial<StaticsControllerOptions> & {
    inject: {
        mime: Mime;
        sendFile: SendFile;
    };
}

The options to construct a StaticsController.

Type declaration

  • inject: {
        mime: Mime;
        sendFile: SendFile;
    }

    A dictionary with the dependencies to inject.

Generated using TypeDoc