interface HttpsRequestObject {
    [key: string]: string | number | boolean | HttpsRequestObject | any[] | HttpsFormDataParam;
}

Indexable

[key: string]: string | number | boolean | HttpsRequestObject | any[] | HttpsFormDataParam