mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
remove unused fields on sleeves
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -1022,7 +1022,7 @@ export interface SleeveInformation {
|
||||
* Object representing a sleeve current task.
|
||||
* @public
|
||||
*/
|
||||
export interface SleeveTask = any;
|
||||
export type SleeveTask = any;
|
||||
|
||||
/**
|
||||
* Object representing a port. A port is a serialized queue.
|
||||
|
||||
Reference in New Issue
Block a user