FHIRClient - v3.0.0
    Preparing search index...

    Interface CombinedFetchResult<T>

    If an includeResponse is set to true when calling the lib.request function the returned object will include the Response object and the parsed body if available

    interface CombinedFetchResult<T = JsonObject | string> {
        body?: T;
        response: Response;
    }

    Type Parameters

    Index
    body?: T
    response: Response