mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-04-16 07:11:25 +02:00
Fix build error / additional type for flags
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -7358,5 +7358,5 @@ interface AutocompleteData {
|
|||||||
servers: string[];
|
servers: string[];
|
||||||
scripts: string[];
|
scripts: string[];
|
||||||
txts: string[];
|
txts: string[];
|
||||||
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg };
|
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user