mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -46,7 +46,7 @@ export type ChatFolder = Simplify<
|
||||
deletedAtTimestampMs: number;
|
||||
storageID: string | null;
|
||||
storageVersion: number | null;
|
||||
storageUnknownFields: Uint8Array | null;
|
||||
storageUnknownFields: Uint8Array<ArrayBuffer> | null;
|
||||
storageNeedsSync: boolean;
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user