diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 415a2bbe7..d125e2c8e 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -229,7 +229,7 @@ export interface AugmentationStats { */ export interface BasicHGWOptions { /** Number of threads to use for this function. Must be less than or equal to the number of threads the script is running with. */ - threads: number; + threads?: number; /** Set to true this action will affect the stock market. */ stock?: boolean; }