diff --git a/types/restify/index.d.ts b/types/restify/index.d.ts index 3711ee6f2c..b5f6dd6fe5 100644 --- a/types/restify/index.d.ts +++ b/types/restify/index.d.ts @@ -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; }