@inrupt/solid-client-errors
    Preparing search index...

    Type Alias ResponseMetadata

    ResponseMetadata: Pick<
        Response,
        "headers"
        | "status"
        | "statusText"
        | "url"
        | "ok",
    >

    A subset of the Response type metadata.

    0.0.1