From e21416d4a7e08fffe4a2d964ffcbd82ee7c009a8 Mon Sep 17 00:00:00 2001 From: Alexander Leon Date: Fri, 13 Oct 2017 17:19:04 -0500 Subject: [PATCH] add missing option (#20401) --- types/co-body/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/co-body/index.d.ts b/types/co-body/index.d.ts index 0393db0a94..a2c15152e6 100644 --- a/types/co-body/index.d.ts +++ b/types/co-body/index.d.ts @@ -26,6 +26,7 @@ declare namespace CoBody { strict?: boolean; queryString?: qs.IParseOptions; jsonTypes?: string[]; + returnRawBody?: boolean; formTypes?: string[]; textTypes?: string[]; encoding?: string;