mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 22:38:34 +02:00
rm another any
This commit is contained in:
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -627,13 +627,13 @@ export interface NodeStats {
|
||||
/** Node's RAM (GB) */
|
||||
ram: number;
|
||||
/** Node's used RAM (GB) */
|
||||
ramUsed: number;
|
||||
ramUsed?: number;
|
||||
/** Node's number of cores */
|
||||
cores: number;
|
||||
/** Cache level. Only applicable for Hacknet Servers */
|
||||
cache: number;
|
||||
cache?: number;
|
||||
/** Hash Capacity provided by this Node. Only applicable for Hacknet Servers */
|
||||
hashCapacity: number;
|
||||
hashCapacity?: number;
|
||||
/** Node's production per second */
|
||||
production: number;
|
||||
/** Number of seconds since Node has been purchased */
|
||||
|
||||
Reference in New Issue
Block a user