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

    Interface IInstallMiddlewareProps

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

    Properties

    Properties

    app: Application
    logger: ILogger<any>