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

    Interface SaveInstanceProps<INSTANCE, ROUTER>

    Props for persisting a router instance inside the web service.

    interface SaveInstanceProps<INSTANCE, ROUTER> {
        instance: INSTANCE;
        router: ROUTER;
    }

    Type Parameters

    • INSTANCE
    • ROUTER
    Index

    Properties

    Properties

    instance: INSTANCE

    The web router instance.

    router: ROUTER

    The underlying Express router.