From 40e971e511afb76e0d808a47198efde512bba1b8 Mon Sep 17 00:00:00 2001 From: Max Winderbaum Date: Mon, 17 Jul 2017 11:06:58 -0700 Subject: [PATCH] Remove duplicate 'time' identifier in @types/request (#18077) --- types/request/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/request/index.d.ts b/types/request/index.d.ts index 3a861d6b6f..bfa3901933 100644 --- a/types/request/index.d.ts +++ b/types/request/index.d.ts @@ -154,7 +154,6 @@ declare namespace request { ca?: string | Buffer | string[] | Buffer[]; har?: HttpArchiveRequest; useQuerystring?: boolean; - time?: boolean; } interface UriOptions {