Stone.js API
    Preparing search index...

    Interface RouterEventHandlerOptions<IncomingEventType, OutgoingResponseType>

    Options for configuring the router.

    interface RouterEventHandlerOptions<
        IncomingEventType extends StoneIncomingEvent,
        OutgoingResponseType = unknown,
    > {
        router: Router<IncomingEventType, OutgoingResponseType>;
    }

    Type Parameters

    Index