From a8134cfd53be4ee847925ed6bdc9ad0c17fba6c5 Mon Sep 17 00:00:00 2001 From: jdwilkin Date: Mon, 21 Nov 2016 15:21:31 -0600 Subject: [PATCH] manually updating types-2.0 with changes from master for request type --- request/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/request/index.d.ts b/request/index.d.ts index f842e37400..f34d7b3d30 100644 --- a/request/index.d.ts +++ b/request/index.d.ts @@ -83,6 +83,8 @@ declare namespace request { oauth?: OAuthOptions; aws?: AWSOptions; hawk?: HawkOptions; + qsStringifyOptions?: any; + qsParseOptions?: any; qs?: any; json?: any; multipart?: RequestPart[] | Multipart;