This commit is contained in:
Niklas Mollenhauer 2014-09-12 02:44:31 +02:00
parent 50dd84eb5d
commit 3abe86c6fe

View File

@ -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;
}