mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-14 11:43:50 +01:00
Fix build error / additional type for flags
This commit is contained in:
parent
650db2dee7
commit
d1aa114e29
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[] };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user