Interface AgentRequestOptions

interface AgentRequestOptions {
    body?: string | Record<string, unknown> | string[];
    catalog?: string;
    headers?: HttpHeaders;
    method?: string;
    table?: string;
    url?: string;
}

Properties

body?: string | Record<string, unknown> | string[]
catalog?: string

Table schema

headers?: HttpHeaders
method?: string
table?: string

Table name

url?: string

Generated using TypeDoc