We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed926bc commit 823d89eCopy full SHA for 823d89e
ServerObjects.d.ts
@@ -107,6 +107,7 @@ declare namespace zetaret.node {
107
h2?: boolean;
108
}
109
export interface BasicServerGlobal {
110
+ EnableGlobalExceptions?: boolean;
111
DisableAutoStartOfProtoSSChe?: boolean;
112
EnableGlobalStatsFile?: boolean;
113
GlobalStatsFile?: ServerStats;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "protoss-nodejs-basic-types",
3
- "version": "2.14.0",
+ "version": "2.15.0",
4
"author": "Zeta Ret",
5
"license": "MIT"
6
0 commit comments