mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -39,11 +39,11 @@ export type ProvisionDecryptResult = Readonly<{
|
||||
provisioningCode?: string;
|
||||
userAgent?: string;
|
||||
readReceipts?: boolean;
|
||||
profileKey?: Uint8Array;
|
||||
masterKey?: Uint8Array;
|
||||
profileKey?: Uint8Array<ArrayBuffer>;
|
||||
masterKey?: Uint8Array<ArrayBuffer>;
|
||||
accountEntropyPool: string | undefined;
|
||||
mediaRootBackupKey: Uint8Array | undefined;
|
||||
ephemeralBackupKey: Uint8Array | undefined;
|
||||
mediaRootBackupKey: Uint8Array<ArrayBuffer> | undefined;
|
||||
ephemeralBackupKey: Uint8Array<ArrayBuffer> | undefined;
|
||||
}>;
|
||||
|
||||
class ProvisioningCipherInner {
|
||||
|
||||
Reference in New Issue
Block a user