Variable httpHeadersConst

httpHeaders: Readonly<{
    ACCEPT: "Accept";
    ACCEPT_ENCODING: "Accept-Encoding";
    CONTENT_TYPE: "Content-Type";
}> = ...

Generated using TypeDoc