mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-09 09:07:47 +02:00
CODEBASE: Update SaveData type to be compatible with TS 5.9 and upgrade TS (#2457)
This commit is contained in:
+1
-1
@@ -46,4 +46,4 @@ export interface IMinMaxRange {
|
||||
}
|
||||
|
||||
// Type of save data. The base64 format is string, the binary format is Uint8Array.
|
||||
export type SaveData = string | Uint8Array;
|
||||
export type SaveData = string | Uint8Array<ArrayBuffer>;
|
||||
|
||||
Reference in New Issue
Block a user