mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[restify] Fix build by removing wrong headers property from Response (#22653)
This commit is contained in:
parent
dc55760848
commit
d858e8e4a6
3
types/restify/index.d.ts
vendored
3
types/restify/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user