AboutSupportDeveloper GuideVersion 36.122.80.11

Type alias WebRequestHeader

WebRequestHeader: {
    [key: string]: string;
}

Object representing headers and their values, where the object key is the name of header and value key is the value of the header

Type declaration

  • [key: string]: string