diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 6bcbb5412c..38a43f0dd4 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -43,10 +43,9 @@ declare module "restify" { json: (status?: any, body?: any) => any; code: number; contentLength: number; - charSet: string; + charSet(value: string): void; contentType: string; headers: Object; - statusCode: number; id: string; }