rm another any

This commit is contained in:
Olivier Gagnon
2022-07-18 02:31:09 -04:00
parent 1b90b42881
commit 97105b8e76
2 changed files with 5 additions and 5 deletions

View File

@@ -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 */