mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
CODEBASE: Update SaveData type to be compatible with TS 5.9 and upgrade TS (#2457)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -1879,7 +1879,7 @@ export interface Singularity {
|
||||
* @remarks
|
||||
* RAM cost: 1 GB * 16/4/1
|
||||
*/
|
||||
getSaveData(): Promise<Uint8Array>;
|
||||
getSaveData(): Promise<Uint8Array<ArrayBuffer>>;
|
||||
|
||||
/**
|
||||
* Backup game save.
|
||||
|
||||
Reference in New Issue
Block a user