AboutSupportDeveloper GuideVersion 34.118.78.83

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