We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
response
1 parent fe70864 commit f2e51a3Copy full SHA for f2e51a3
src/https.common.d.ts
@@ -42,6 +42,7 @@ export interface HttpsResponse {
42
description?: string;
43
url?: string;
44
failure?: any;
45
+ response?: any;
46
}
47
export interface HttpsRequest {
48
nativeRequest: any;
src/https.common.ts
@@ -67,6 +67,7 @@ export interface HttpsResponse {
67
68
69
70
71
72
73
0 commit comments