Skip to content

Commit 8b5d82b

Browse files
committed
fix: typings
1 parent 91fe3c7 commit 8b5d82b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/https.common.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ export interface HttpsResponse {
5353
statusCode?: number;
5454
content?: any;
5555
reason?: string;
56+
description?: string;
57+
url?: string;
5658
reject?: boolean;
5759
failure?: any;
5860
}

0 commit comments

Comments
 (0)