mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6944 from justvovus/patch-1
handleUpgrades option support in ServerOptions interface
This commit is contained in:
Vendored
+1
@@ -110,6 +110,7 @@ declare module "restify" {
|
||||
version ?: string;
|
||||
responseTimeHeader ?: string;
|
||||
responseTimeFormatter ?: (durationInMilliseconds: number) => any;
|
||||
handleUpgrades ?: boolean;
|
||||
}
|
||||
|
||||
interface ClientOptions {
|
||||
|
||||
Reference in New Issue
Block a user