@health-samurai/aidbox-client
    Preparing search index...

    Type Alias RequestParams

    type RequestParams = {
        method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS";
        url: string;
        headers?: Headers;
        params?: Parameters;
        body?: string;
    }
    Index

    Properties

    method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "OPTIONS"
    url: string
    headers?: Headers
    params?: Parameters
    body?: string