FHIRKit Client - v2.0.0
    Preparing search index...

    Interface RawRequestParams

    interface RawRequestParams {
        body?: unknown;
        method?: HttpMethod;
        options?: RequestOptions;
    }
    Index

    Properties

    body?: unknown
    method?: HttpMethod
    options?: RequestOptions