@swizzyweb/swizzy-web-service
    Preparing search index...

    Interface IInstallMiddlewareProps

    Props for installing middleware onto an Express Application.

    interface IInstallMiddlewareProps {
        app: Application;
        logger: ILogger<any>;
    }
    Index

    Properties

    Properties

    app: Application

    The Express application instance.

    logger: ILogger<any>

    Logger instance.