CODEBASE: Update SaveData type to be compatible with TS 5.9 and upgrade TS (#2457)

This commit is contained in:
catloversg
2026-01-29 03:26:06 +07:00
committed by GitHub
parent afddd284fc
commit 8b07879ad9
9 changed files with 26 additions and 16 deletions

View File

@@ -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.