mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
|
||||
export type SafetyNumberType = Readonly<{
|
||||
numberBlocks: ReadonlyArray<string>;
|
||||
qrData: Uint8Array;
|
||||
qrData: Uint8Array<ArrayBuffer>;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user