mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fixes #2810
This commit is contained in:
parent
50dd84eb5d
commit
3abe86c6fe
3
restify/restify.d.ts
vendored
3
restify/restify.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user