mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
[restify] Fix build by removing wrong headers property from Response (#22653)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user