Remove duplicate 'time' identifier in @types/request (#18077)

This commit is contained in:
Max Winderbaum
2017-07-17 11:06:58 -07:00
committed by Andy
parent 3fe5fe7403
commit 40e971e511
-1
View File
@@ -154,7 +154,6 @@ declare namespace request {
ca?: string | Buffer | string[] | Buffer[];
har?: HttpArchiveRequest;
useQuerystring?: boolean;
time?: boolean;
}
interface UriOptions {