jimpex
    Preparing search index...

    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.