API Reference
    Preparing search index...

    Type Alias MiddlewareArgsLikeInternal

    Minimal type for the arguments passed to a middleware function

    type MiddlewareArgsLike = {
        request: { headers: { [key: string]: string } };
    }
    Index

    Properties

    Properties

    request: { headers: { [key: string]: string } }