mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CODEBASE: Update SaveData type to be compatible with TS 5.9 and upgrade TS (#2457)
This commit is contained in:
@@ -9,11 +9,11 @@ This function returns the save data.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getSaveData(): Promise<Uint8Array>;
|
||||
getSaveData(): Promise<Uint8Array<ArrayBuffer>>;
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
Promise<Uint8Array>
|
||||
Promise<Uint8Array<ArrayBuffer>>
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user