unknown-ify half the basic API.

This commit is contained in:
Olivier Gagnon
2022-03-29 21:42:27 -04:00
parent cd1f01846f
commit aa0425a23d
3 changed files with 178 additions and 86 deletions
+5
View File
@@ -232,6 +232,11 @@ interface IBitNodeMultipliers {
*/
WorldDaemonDifficulty: number;
/**
* Influences corporation dividends.
*/
CorporationSoftCap: number;
// Index signature
[key: string]: number;
}