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

    Interface UninstallRouterProps

    Props required when uninstalling a router from the Express app.

    interface UninstallRouterProps {
        app: Application;
    }
    Index

    Properties

    Properties

    app: Application

    The Express application to remove the router from.