Sanity Library Reference Docs
    Preparing search index...
    interface HookOnRequestEventNode {
        options: RequestOptions;
        context: HttpContext;
        request: any;
        adapter: "node";
        progress?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    context: HttpContext
    request: any
    adapter: "node"
    progress?: any