mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -67,6 +67,6 @@ export type BackupsSubscriptionType = (
|
||||
|
||||
export type LocalBackupMetadataVerificationType = {
|
||||
snapshotDir: string;
|
||||
backupId: Uint8Array;
|
||||
metadataKey: Uint8Array;
|
||||
backupId: Uint8Array<ArrayBuffer>;
|
||||
metadataKey: Uint8Array<ArrayBuffer>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user