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 {