boundfetch
    Preparing search index...

    Interface MiddlewareRequestContext

    interface MiddlewareRequestContext {
        endpoint: EndpointDef;
        endpointName: string;
        input?: Record<string, unknown>;
        request: FetcherRequest;
    }
    Index

    Properties

    endpoint: EndpointDef
    endpointName: string
    input?: Record<string, unknown>