interface EsriRequestOptionsLike {
    body?: null | BodyInit;
    headers?: Record<string, string>;
    method?: string;
}

Properties

body?: null | BodyInit
headers?: Record<string, string>
method?: string