mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
[restify] Fix build by removing wrong headers property from Response (#22653)
This commit is contained in:
Vendored
-3
@@ -731,9 +731,6 @@ export interface Response extends http.ServerResponse {
|
||||
/** short hand for the header content-type. */
|
||||
contentType: string;
|
||||
|
||||
/** response headers. */
|
||||
headers: any;
|
||||
|
||||
/** A unique request id (x-request-id). */
|
||||
id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user